/
/Untitled API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 7h ago · Updated 1d ago
  • getFetch images from configmaps
  • getFetch console-plugin.json file path and contents
  • getFetch environment variables from system
  • getGet all supported languages.
  • getFetch console information about modules
  • getCallback for OIDC authentication using code or id_token to confirm login
  • getRetrieves user information from a Bearer token in the authorization header
  • getFetch authorization url for OIDC login
  • getRefresh token API
  • getCallback for OIDC authentication using code or id_token to confirm login
  • getRetrieves user information from a Bearer token in the authorization header
  • getFetch authorization url for OIDC login
  • getRefresh token API
  • getJump to external link
  • getRefresh token API
  • getStatic file serving

Refresh token API

get/api/v2/token/refresh

Query parameters

refresh_tokenstring required

refresh token for user

Response

ok

access_tokenstring
expire_atstring date-time
id_tokenstring
issued_atstring date-time
refresh_tokenstring
token_storagestring
token_typestring

Changes