Provides the authentication token for the OpenID Connect authentication process. The authorization server redirects to callback path after successful authentication.
This endpoint receives the authorization code from the OpenID provider and exchanges it for a token.
Note: The client application should not call this endpoint directly. The OpenID provider automatically calls this endpoint in the authentication process.
The authorization code from the OpenID provider.
Prevents cross-site request forgery attacks. This value should match the state in the initial authentication request.
Authentication successful
Status information for API responses