Show / Hide Table of Contents

Class AccessGateway.TokenManagementInfo

Inheritance
object
AccessGateway.TokenManagementInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Util
Assembly: SoDataBase.dll
Syntax
public class AccessGateway.TokenManagementInfo

Constructors

TokenManagementInfo()

Declaration
public TokenManagementInfo()

Properties

AccessToken

Declaration
public string AccessToken { get; set; }
Property Value
Type Description
string

Claims

Claims extracted from the AG id_token, not related to the third party tokens

Declaration
public string Claims { get; set; }
Property Value
Type Description
string
Remarks

Will contain 'email' and 'preferred_username' as a JSON dictionary

RefreshToken

Declaration
public string RefreshToken { get; set; }
Property Value
Type Description
string

TokenProvider

Declaration
public string TokenProvider { get; set; }
Property Value
Type Description
string

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top