Class CloudFoundryJwtBearerOptions
Inheritance
System.Object
CloudFoundryJwtBearerOptions
Assembly: Steeltoe.Security.Authentication.CloudFoundryCore.dll
Syntax
public class CloudFoundryJwtBearerOptions : JwtBearerOptions
Constructors
|
Edit this page
View Source
CloudFoundryJwtBearerOptions()
Declaration
public CloudFoundryJwtBearerOptions()
Properties
|
Edit this page
View Source
JwtKeyUrl
Declaration
public string JwtKeyUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
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 |
|
|
Edit this page
View Source
Validate_Certificates
Declaration
public bool Validate_Certificates { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
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 Source
SetEndpoints(String)
Declaration
public void SetEndpoints(string authDomain)
Parameters
Type |
Name |
Description |
System.String |
authDomain |
|