Skip to content

Handle OIDC mobile callback

POST
/api/v1/auth/oidc/mobile/callback
curl --request POST \
--url 'http://127.0.0.1:58259/api/v1/auth/oidc/mobile/callback?code=example&code_verifier=example&redirect_uri=example&nonce=example&state=example'

Process mobile OIDC callback parameters and exchange authorization code for tokens.

code
required
string
code_verifier
required
string
redirect_uri
required
string
nonce
required
string
state
required
string

OK

Media type */*
object
accessToken
string
refreshToken
string
expires
integer format: int64
isDefaultPassword
boolean