Class CloudFoundryJwtBearerOptions
- Namespace
- Steeltoe.Security.Authentication.CloudFoundry
- Assembly
- Steeltoe.Security.Authentication.CloudFoundryCore.dll
public class CloudFoundryJwtBearerOptions : JwtBearerOptions
- Inheritance
-
CloudFoundryJwtBearerOptions
- Inherited Members
Constructors
CloudFoundryJwtBearerOptions()
public CloudFoundryJwtBearerOptions()
Properties
JwtKeyUrl
public string JwtKeyUrl { get; set; }
Property Value
Timeout
Gets or sets the timeout (in ms) for calls to the auth server
public int Timeout { 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
public bool Validate_Certificates { get; set; }
Property Value
Methods
SetEndpoints(string)
public void SetEndpoints(string authDomain)
Parameters
authDomain
string