user_auth_method_unsupported property
String
get
user_auth_method_unsupported
The requested authentication method is either disabled or unsupported. Please check the supported authentication methods in the Appwrite console
Implementation
String get user_auth_method_unsupported {
return Intl.message(
'The requested authentication method is either disabled or unsupported. Please check the supported authentication methods in the Appwrite console',
name: 'user_auth_method_unsupported',
desc: '',
args: [],
);
}