Class OAuthServiceOptions
Inheritance
System.Object
OAuthServiceOptions
Assembly: Steeltoe.Connector.ConnectorBase.dll
Syntax
public class OAuthServiceOptions : object
Properties
|
Edit this page
View Source
AccessTokenUrl
Declaration
public string AccessTokenUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ClientId
Declaration
public string ClientId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ClientSecret
Declaration
public string ClientSecret { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
JwtKeyUrl
Declaration
public string JwtKeyUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Scope
Declaration
public ICollection<string> Scope { get; set; }
Property Value
Type |
Description |
ICollection<System.String> |
|
|
Edit this page
View Source
TokenInfoUrl
Declaration
public string TokenInfoUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
UserAuthorizationUrl
Declaration
public string UserAuthorizationUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
UserInfoUrl
Declaration
public string UserInfoUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ValidateCertificates
Declaration
public bool ValidateCertificates { get; set; }
Property Value
Type |
Description |
System.Boolean |
|