unsupportedAuthenticationMethodErrorCode top-level constant
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';