auth

OAuth2 authentication callback

Handle the OAuth2 callback from the provider

get/auth/callback/{provider}

Path parameters

providerstring required

Provider name

Query parameters

statestring required

OAuth state

codestring required

OAuth code

Response

Authentication successful

Changes