POST
/v1/auth/oauth/native/finish
Finishes a full OAuth flow using native APIs
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<Project ID\>
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
providerstring
stateIdstring
userstring
codestring
idTokenstring
| Status code | Description |
|---|---|
200 | OK |
Was this helpful?