Share via


TokenClaim Constructors

Definition

Overloads

TokenClaim()

Initializes a new instance of the TokenClaim class.

TokenClaim(String, String)

Initializes a new instance of the TokenClaim class.

TokenClaim()

Initializes a new instance of the TokenClaim class.

public TokenClaim ();
Public Sub New ()

Applies to

TokenClaim(String, String)

Initializes a new instance of the TokenClaim class.

public TokenClaim (string name, string value);
new Microsoft.Azure.Management.VideoAnalyzer.Models.TokenClaim : string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.TokenClaim
Public Sub New (name As String, value As String)

Parameters

name
String

Name of the claim which must be present on the token.

value
String

Expected value of the claim to be present on the token.

Applies to