SignInOptions constructor

const SignInOptions({
  1. String? stepupRefreshJwt,
  2. String? mfaRefreshJwt,
  3. Map<String, dynamic> customClaims = const {},
  4. bool revokeOtherSessions = false,
})

Implementation

const SignInOptions({this.stepupRefreshJwt, this.mfaRefreshJwt, this.customClaims = const {}, this.revokeOtherSessions = false});