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
Authorization
RequiredBearer <token>
In: header
Request Body
provider
string
stateId
string
user
string
code
string
idToken
string
Status code | Description |
---|---|
200 | OK |
Was this helpful?