ServerTrustAuthResponse constructor

ServerTrustAuthResponse({
  1. ServerTrustAuthResponseAction? action,
})

Implementation

ServerTrustAuthResponse({ServerTrustAuthResponseAction? action})
  : action = action ?? ServerTrustAuthResponseAction.CANCEL;