Class CloudFoundryOpenIdConnectOptions
Inheritance
System.Object
CloudFoundryOpenIdConnectOptions
Namespace: Steeltoe.Security.Authentication.CloudFoundry
Assembly: Steeltoe.Security.Authentication.CloudFoundryCore.dll
Syntax
public class CloudFoundryOpenIdConnectOptions : OpenIdConnectOptions
Constructors
| Edit this page View SourceCloudFoundryOpenIdConnectOptions()
Declaration
public CloudFoundryOpenIdConnectOptions()
Properties
| Edit this page View SourceAdditionalScopes
Gets or sets additional scopes beyond openid and profile when requesting tokens
Declaration
public string AdditionalScopes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Timeout
Gets or sets the timeout (in ms) for calls to the auth server
Declaration
public int Timeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ValidateCertificates
Gets or sets a value indicating whether to validate auth server certificate
Declaration
public bool ValidateCertificates { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |