JwtPayload.Amr Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.