TokenDto

  • access_token
    Type: string · Access Token
    required

    The access token string

  • created_at
    Type: string · Created AtFormat: date-time
    required

    Timestamp when the token was created

  • expire_at
    Type: string · Expire AtFormat: date-time
    required

    Timestamp when the token will expire

  • expires_in
    Type: integer · Expires In
    min:  
    1
    required

    Token lifetime in seconds

  • scope
    Type: string · Scope
    required

    The scope of the access token

  • token_type
    Type: string · Token Type
    required

    The type of token