authenticationMethodsReferences property

List<String>? authenticationMethodsReferences

List of strings that are identifiers for authentication methods used in the authentication.

Implementation

List<String>? get authenticationMethodsReferences =>
    (this['amr'] as List?)?.cast();