auth

uses the oauth2 authorization code to generate a refresh and access token

Uses the oauth2 authorization code to generate a refresh and access token.

post/auth/login

Request body

codestring

Response

the freshly created access token

tokenstring

the access token

Changes