Property | Type | Description |
---|
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
|
public ClientCredential ( IClientAssertionCertificate certificate ) : System | ||
certificate | IClientAssertionCertificate | Secret of the client requesting the token. |
return | System |
public ClientCredential ( string secret ) : System | ||
secret | string | Secret of the client requesting the token. |
return | System |