SignInOptions constructor

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

Implementation

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