Get Session Status
Identity
Get Session Status
Poll the status of an auth session
GET
Get Session Status
Get Session Status
Poll the status of a JIT authentication session. Use this to know when the user has completed OAuth authorization.Request
Path Parameters
The session ID returned from Create Auth Session
Response
Session status:
pending, complete, or errorError message if status is
errorStatus Values
Example Responses
Pending:Polling Example
Notes
- Poll every 1-2 seconds
- Sessions expire after 5 minutes
- Once
complete, you should callinitialize()to refresh the client’s MIT - The session ID is single-use - don’t poll after receiving
completeorerror