Enterprise

OAuth2 token exchange.

post/oauth2/tokens

Response

OK

access_tokenstring
expires_ininteger
expirystring date-time

Expiry is not part of RFC 6749 but is included for compatibility with golang.org/x/oauth2.Token and clients that expect a timestamp.

refresh_tokenstring
scopestring
token_type'Bearer' | 'DPoP'

Changes