Class CloudFoundryOAuthOptions
Inheritance
System.Object
CloudFoundryOAuthOptions
Namespace: Steeltoe.Security.Authentication.CloudFoundry
Assembly: Steeltoe.Security.Authentication.CloudFoundryCore.dll
Syntax
public class CloudFoundryOAuthOptions : OAuthOptions
Constructors
| Edit this page View SourceCloudFoundryOAuthOptions()
Declaration
public CloudFoundryOAuthOptions()
Properties
| Edit this page View SourceTokenInfoUrl
Declaration
public string TokenInfoUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseTokenLifetime
Gets or sets a value indicating whether token issue and expiration times will be set in the auth ticket
Declaration
public bool UseTokenLifetime { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Validate_Certificates
Gets or sets a value indicating whether to validate auth server certificate
Declaration
public bool Validate_Certificates { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ValidateCertificates
Gets or sets a value indicating whether gets a value indicating whether to validate auth server certificate
Declaration
public bool ValidateCertificates { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Edit this page View SourceSetEndpoints(String)
Declaration
public void SetEndpoints(string authDomain)
Parameters
Type | Name | Description |
---|---|---|
System.String | authDomain |