Table of Contents

Class OAuthServiceOptions

Namespace
Steeltoe.Connector.OAuth
Assembly
Steeltoe.Connector.ConnectorBase.dll
public class OAuthServiceOptions
Inheritance
OAuthServiceOptions
Inherited Members

Properties

AccessTokenUrl

public string AccessTokenUrl { get; set; }

Property Value

string

ClientId

public string ClientId { get; set; }

Property Value

string

ClientSecret

public string ClientSecret { get; set; }

Property Value

string

JwtKeyUrl

public string JwtKeyUrl { get; set; }

Property Value

string

Scope

public ICollection<string> Scope { get; set; }

Property Value

ICollection<string>

TokenInfoUrl

public string TokenInfoUrl { get; set; }

Property Value

string

UserAuthorizationUrl

public string UserAuthorizationUrl { get; set; }

Property Value

string

UserInfoUrl

public string UserInfoUrl { get; set; }

Property Value

string

ValidateCertificates

public bool ValidateCertificates { get; set; }

Property Value

bool