OTPCredentialRequestOptions constructor
OTPCredentialRequestOptions({
- Iterable<
OTPCredentialTransportType> ? transport,
Implementation
factory OTPCredentialRequestOptions(
{Iterable<OTPCredentialTransportType>? transport}) =>
OTPCredentialRequestOptions._(
transport: transport?.map((e) => e.value) ?? const []);