Show / Hide Table of Contents

Class OpenIDConstants.Defaults

Default values.

Inheritance
System.Object
OpenIDConstants.Defaults
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: ComponentSpace.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class Defaults

Fields

AccessTokenExpiry

Access token expiry.

Declaration
public static readonly TimeSpan AccessTokenExpiry
Field Value
Type Description
TimeSpan

AuthCodeExpiry

Authorization code expiry.

Declaration
public static readonly TimeSpan AuthCodeExpiry
Field Value
Type Description
TimeSpan

ClockSkew

Clock skew.

Declaration
public static readonly TimeSpan ClockSkew
Field Value
Type Description
TimeSpan

IdTokenExpiry

ID token expiry.

Declaration
public static readonly TimeSpan IdTokenExpiry
Field Value
Type Description
TimeSpan

RefreshTokenExpiry

Refresh token expiry.

Declaration
public static readonly TimeSpan RefreshTokenExpiry
Field Value
Type Description
TimeSpan
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.