Skip to main content

Get Refresh Tokens​

Returns the list of refresh tokens of the authenticated user.

Request Body required

    object

Responses

A successful response.


Schema
    details object
    totalResult uint64
    processedSequence uint64
    viewTimestamp date-time

    the last time the view got updated

    result object[]
  • Array [
  • id string
    details object
    sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    creationDate date-time

    on read: the timestamp of the first event of the object

    on create: the timestamp of the event(s) added by the manipulation

    changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the

    resourceOwner resource_owner is the organization an object belongs to
    clientId string

    oauth2/oidc client_id of the authorized application

    authTime date-time

    "time when the user authenticated, does not have to be the same time the token was created"

    idleExpiration date-time

    "time the refresh token will expire if not used, the user will have to reauthenticate"

    expiration date-time

    "time the refresh token will expire, the user will have to reauthenticate"

    scopes string[]

    scopes of the initial auth request, access tokens created by this refresh token can have a subset of these scopes

    audience string[]

    audience of the initial auth request and of all access tokens created by this refresh token

  • ]
Loading...