Interface IOAuthGrant
Version: 3.4
Defines the shared OAuth grant parameters.
Namespace: StylelabsStylelabs.MSdkWebClientAuthentication
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
RequestResponse
public interface IOAuthGrant
Properties
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 |