Class OAuthServiceOptions
public class OAuthServiceOptions
- Inheritance
-
OAuthServiceOptions
- Inherited Members
Properties
AccessTokenUrl
public string AccessTokenUrl { get; set; }
Property Value
ClientId
public string ClientId { get; set; }
Property Value
ClientSecret
public string ClientSecret { get; set; }
Property Value
JwtKeyUrl
public string JwtKeyUrl { get; set; }
Property Value
Scope
public ICollection<string> Scope { get; set; }
Property Value
TokenInfoUrl
public string TokenInfoUrl { get; set; }
Property Value
UserAuthorizationUrl
public string UserAuthorizationUrl { get; set; }
Property Value
UserInfoUrl
public string UserInfoUrl { get; set; }
Property Value
ValidateCertificates
public bool ValidateCertificates { get; set; }