Show / Hide Table of Contents

Class MixAuthenticationConfigurations

Inheritance
System.Object
MixAuthenticationConfigurations
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Shared.Models
Assembly: mix.shared.dll
Syntax
public class MixAuthenticationConfigurations

Properties

| Improve this Doc View Source

AccessTokenExpiration

Declaration
public int AccessTokenExpiration { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Audience

Declaration
public string Audience { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Audiences

Declaration
public string Audiences { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ClientId

Declaration
public Guid ClientId { get; set; }
Property Value
Type Description
Guid
| Improve this Doc View Source

Facebook

Declaration
public ExternalLogin Facebook { get; set; }
Property Value
Type Description
ExternalLogin
| Improve this Doc View Source

Google

Declaration
public ExternalLogin Google { get; set; }
Property Value
Type Description
ExternalLogin
| Improve this Doc View Source

Issuer

Declaration
public string Issuer { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Issuers

Declaration
public string Issuers { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Microsoft

Declaration
public ExternalLogin Microsoft { get; set; }
Property Value
Type Description
ExternalLogin
| Improve this Doc View Source

RefreshTokenExpiration

Declaration
public int RefreshTokenExpiration { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SecretKey

Declaration
public string SecretKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TokenType

Declaration
public string TokenType { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Twitter

Declaration
public ExternalLogin Twitter { get; set; }
Property Value
Type Description
ExternalLogin
| Improve this Doc View Source

ValidateAudience

Declaration
public bool ValidateAudience { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ValidateIssuer

Declaration
public bool ValidateIssuer { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ValidateIssuerSigningKey

Declaration
public bool ValidateIssuerSigningKey { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

ValidateLifetime

Declaration
public bool ValidateLifetime { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾