docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BaseJwt

    Represents a json web token

    Inheritance
    object
    BaseJwt
    IdToken
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Authentication.PlayerAccounts
    Assembly: solution.dll
    Syntax
    public class BaseJwt

    Fields

    Name Description
    ExpirationTimeUnix

    Expiration Time Claim based on the unix time format.

    IssuedAtTimeUnix

    Issued At Time Claim based on the unix time format.

    NotBeforeTimeUnix

    Not Before Claim based on the unix time format.

    Properties

    Name Description
    ExpirationTime

    The converted expiration time

    IssuedAtTime

    The converted issued at time

    NotBeforeTime

    The converted not before time

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)