auth
Handle social login callback (GET)
Handle callback from social provider via GET. Returns JSON for API calls, redirects to subscription page for browser navigation.
get/api/auth/callback/{provider}
Path parameters
providerstring required
Query parameters
codestring nullable
Authorization code
Authorization code
statestring nullable
State parameter
State parameter
redirect_uristring nullable
Redirect URI used in the authorization request
Redirect URI used in the authorization request
access_tokenstring nullable
Access token (from URL fragment)
Access token (from URL fragment)
refresh_tokenstring nullable
Refresh token (from URL fragment)
Refresh token (from URL fragment)
expires_ininteger nullable
Token expiration time
Token expiration time
refresh_expires_ininteger nullable
Refresh token expiration time
Refresh token expiration time
Response
Successful Response
{"stackTrail":"paths:/api/auth/callback/{provider}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.