Receiving Session Tokens
After a user signs in, CyberStore creates a session associated with that user. The session holds the user’s authorization state for connected applications.
Session tokens
CyberStore assigns a session token to the active user session. The token is appended to the query string of the return URL supplied during the original sign-in redirect.
A connected application can store the session token in its active application session and use it when identifying the user’s CyberStore session.