Table of Contents

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

string

Timeout

Gets or sets the timeout (in ms) for calls to the auth server

public int Timeout { get; set; }

Property Value

int

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

bool

Validate_Certificates

public bool Validate_Certificates { get; set; }

Property Value

bool

Methods

SetEndpoints(string)

public void SetEndpoints(string authDomain)

Parameters

authDomain string