Class CloudFoundryOAuthOptions
- Namespace
- Steeltoe.Security.Authentication.CloudFoundry
- Assembly
- Steeltoe.Security.Authentication.CloudFoundryCore.dll
public class CloudFoundryOAuthOptions : OAuthOptions
- Inheritance
-
CloudFoundryOAuthOptions
- Inherited Members
Constructors
CloudFoundryOAuthOptions()
public CloudFoundryOAuthOptions()
Properties
TokenInfoUrl
public string TokenInfoUrl { get; set; }
Property Value
UseTokenLifetime
Gets or sets a value indicating whether token issue and expiration times will be set in the auth ticket
public bool UseTokenLifetime { get; set; }
Property Value
ValidateCertificates
Gets or sets a value indicating whether gets a value indicating whether to validate auth server certificate
public bool ValidateCertificates { get; set; }
Property Value
Validate_Certificates
Gets or sets a value indicating whether to validate auth server certificate
public bool Validate_Certificates { get; set; }
Property Value
Methods
SetEndpoints(string)
public void SetEndpoints(string authDomain)
Parameters
authDomain
string