Skip to main content

Get Id Token

A common use case is to verify the user identity on your backend after the user has finished the login process in your app client. Get a Sequence Id Token from your users to send it to your backend for verification using any JWKS library. Read our Backend Verification Guide for more information.
  • Blueprint
  • C++

Check Existing Session

Check if your client has an existing session stored.
  • Blueprint
  • C++

Sign Out

Clear the credentials cache and sign out the current user.
  • Blueprint
  • C++

List Sessions

List the active sessions.
  • Blueprint
  • C++

List Accounts

List your accounts.
  • Blueprint
  • C++
I