Class TheIdentityHubOptions
Inheritance
System.Object
TheIdentityHubOptions
Assembly: TheIdentityHub.AspNetCore.Authentication.dll
Syntax
public class TheIdentityHubOptions : OAuthOptions
Constructors
TheIdentityHubOptions()
Declaration
public TheIdentityHubOptions()
Properties
AuthenticationScheme
Declaration
public string AuthenticationScheme { get; set; }
Property Value
Type |
Description |
System.String |
|
IntrospectionEndpoint
Declaration
public string IntrospectionEndpoint { get; }
Property Value
Type |
Description |
System.String |
|
Tenant
Gets or sets the tenant url segment.
Declaration
public string Tenant { get; set; }
Property Value
Type |
Description |
System.String |
|
TheIdentityHubUrl
Declaration
public Uri TheIdentityHubUrl { get; set; }
Property Value
VerifyTokenEndpoint
Declaration
public string VerifyTokenEndpoint { get; }
Property Value
Type |
Description |
System.String |
|