Refresh Token

An Object

Note

Drop in one of our language drivers to accelerate your development.
Here are links to some of our popular Cookbooks to help you get started!

Parent

This Refresh Token is contained within a Cluster.

Properties

The following properties are available:

Property Type Default Read-Only Description
_doc string No The primary ID
_system object No Metadata maintained by the system
client_authorities array No
client_id string No
client_redirect_uri string No
client_resource_ids array No
expiration object No
last_used_on object No
platform_id string No
refresh_token string No
registrar_id string No
tenant_id string No
user_directory_id string No
user_domain_id string No
user_identity_id string No
user_principal_id string No
user_principal_name string No

Schema


{
  "type": "object",
  "extends": "token",
  "description": "Refresh Token",
  "container": "cluster",
  "properties": {
    "refresh_token": {
      "type": "string"
    },
    "last_used_on": {
      "type": "object"
    },
    "expiration": null,
    "client_id": null,
    "client_redirect_uri": null,
    "client_resource_ids": null,
    "client_authorities": null,
    "user_directory_id": null,
    "user_identity_id": null,
    "user_domain_id": null,
    "user_principal_id": null,
    "user_principal_name": null,
    "platform_id": null,
    "registrar_id": null,
    "tenant_id": null,
    "_doc": null,
    "_system": null
  },
  "id": "refreshToken"
}