1. IOAuthGrant

Interface IOAuthGrant

Defines the shared OAuth grant parameters.

Namespace: StylelabsStylelabs.MSdkWebClientAuthentication
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
public interface IOAuthGrant

Properties

ClientId

Gets or sets the client id.

Declaration
string ClientId { get; set; }
Property Value
TypeDescription
string

ClientSecret

Gets or sets the client secret.

Declaration
string ClientSecret { get; set; }
Property Value
TypeDescription
string
If you have suggestions for improving this article, let us know!