unsupportedAuthenticationMethodErrorCode top-level constant

String const unsupportedAuthenticationMethodErrorCode

Error code of the PlatformException thrown by authenticate when the requested AuthenticationMethod is not supported by the current platform.

Implementation

const String unsupportedAuthenticationMethodErrorCode = 'unsupported_method';