List of strings that are identifiers for authentication methods used in the authentication.
List<String>? get authenticationMethodsReferences => (this['amr'] as List?)?.cast();