oAuth2
The OAuth 2.0 Token Endpoint
Use open source libraries to perform OAuth 2.0 and OpenID Connect available for any programming language. You can find a list of libraries here https://oauth.net/code/
The Ory SDK is not yet able to this endpoint properly.
post/oauth2/token
Response
oAuth2TokenExchange
Example response
{
"access_token": "access_token",
"refresh_token": "refresh_token",
"scope": 1,
"id_token": 6,
"token_type": "token_type",
"expires_in": 0
}