Interface IOAuthGrant
Version: 3.2
Defines the shared OAuth grant parameters.
Namespace: StylelabsStylelabs.MSdkWebClientAuthentication
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
RequestResponse
public interface IOAuthGrantProperties
ClientId
Gets or sets the client id.
Declaration
RequestResponse
string ClientId { get; set; }Property Value
| Type | Description |
|---|---|
| string |
ClientSecret
Gets or sets the client secret.
Declaration
RequestResponse
string ClientSecret { get; set; }Property Value
| Type | Description |
|---|---|
| string |