Table of Contents

Class OAuthConnectorOptions

Namespace
Steeltoe.Connector.OAuth
Assembly
Steeltoe.Connector.ConnectorBase.dll
public class OAuthConnectorOptions : AbstractServiceConnectorOptions
Inheritance
OAuthConnectorOptions
Inherited Members

Constructors

OAuthConnectorOptions()

public OAuthConnectorOptions()

OAuthConnectorOptions(IConfiguration)

public OAuthConnectorOptions(IConfiguration config)

Parameters

config IConfiguration

Properties

AccessTokenUri

public string AccessTokenUri { get; set; }

Property Value

string

ClientId

public string ClientId { get; set; }

Property Value

string

ClientSecret

public string ClientSecret { get; set; }

Property Value

string

JwtKeyUri

public string JwtKeyUri { get; set; }

Property Value

string

OAuthServiceUrl

public string OAuthServiceUrl { get; set; }

Property Value

string

Scope

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

Property Value

List<string>

TokenInfoUri

public string TokenInfoUri { get; set; }

Property Value

string

UserAuthorizationUri

public string UserAuthorizationUri { get; set; }

Property Value

string

UserInfoUri

public string UserInfoUri { get; set; }

Property Value

string

ValidateCertificates

public bool ValidateCertificates { get; set; }

Property Value

bool