Table of Contents

Class HttpOAuth2AuthenticatorOptions

Namespace
DCR.Workflow.Effect.Http
Assembly
DCR.Workflow.dll
public class HttpOAuth2AuthenticatorOptions
Inheritance
HttpOAuth2AuthenticatorOptions
Inherited Members
Extension Methods

Properties

client_id

public string client_id { get; set; }

Property Value

string

client_secret

public string client_secret { get; set; }

Property Value

string

grant_type

public string grant_type { get; set; }

Property Value

string

scope

public string scope { get; set; }

Property Value

string

timeout

public string? timeout { get; set; }

Property Value

string

token_endpoint

public string token_endpoint { get; set; }

Property Value

string

token_path

public string token_path { get; set; }

Property Value

string

Methods

GetTokenOptions()

public HttpTokenAuthenticatorOptions GetTokenOptions()

Returns

HttpTokenAuthenticatorOptions