ServerTrustAuthResponse constructor
- ServerTrustAuthResponseAction? action,
Implementation
ServerTrustAuthResponse({ServerTrustAuthResponseAction? action})
: action = action ?? ServerTrustAuthResponseAction.CANCEL;
ServerTrustAuthResponse({ServerTrustAuthResponseAction? action})
: action = action ?? ServerTrustAuthResponseAction.CANCEL;