JwtPayload.Amr Property

Definition

Gets the 'value' of the 'amr' claim { amr, 'value' } as list of strings.

public System.Collections.Generic.IList<string> Amr { get; }
member this.Amr : System.Collections.Generic.IList<string>
Public ReadOnly Property Amr As IList(Of String)

Property Value

Remarks

If the 'amr' claim is not found, an empty enumerable is returned.

Applies to