C# Class Microsoft.Identity.Client.ClientAssertion

Secret type containing an assertion of type "urn:ietf:params:oauth:token-type:jwt".
ファイルを表示 Open project: AzureAD/microsoft-authentication-library-for-dotnet

Public Methods

Method Description
ClientAssertion ( string assertion ) : System

Constructor to create credential with a jwt token encoded as a base64 url encoded string.

Method Details

ClientAssertion() public method

Constructor to create credential with a jwt token encoded as a base64 url encoded string.
public ClientAssertion ( string assertion ) : System
assertion string The jwt used as credential.
return System