C# Class Microsoft.Identity.Client.ClientCredential

Secret including client id and secret.
ファイルを表示 Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ClientCredential ( IClientAssertionCertificate certificate ) : System

Constructor to create Secret with client id and secret

ClientCredential ( string secret ) : System

Constructor to create Secret with client id and secret

Method Details

ClientCredential() public method

Constructor to create Secret with client id and secret
public ClientCredential ( IClientAssertionCertificate certificate ) : System
certificate IClientAssertionCertificate Secret of the client requesting the token.
return System

ClientCredential() public method

Constructor to create Secret with client id and secret
public ClientCredential ( string secret ) : System
secret string Secret of the client requesting the token.
return System