B2BSessions
The B2BSessions interface provides methods for authenticating, updating, or revoking sessions, and properties to retrieve the existing session token (opaque or JWT).
Types
Data class used for wrapping parameters used with Sessions authentication
Data class used for wrapping parameters used with Sessions exchange
Data class used for wrapping parameters used with Sessions revocation
Functions
Authenticates a Session and updates its lifetime by the specified session_duration_minutes. If the session_duration_minutes is not specified, a Session will not be extended
Authenticates a Session and updates its lifetime by the specified session_duration_minutes. If the session_duration_minutes is not specified, a Session will not be extended
Exchanges an existing session for one in a different organization
Exchanges an existing session for one in a different organization
Revoke a Session and immediately invalidate all its tokens.
Revoke a Session and immediately invalidate all its tokens.
Updates the current session with a sessionToken and sessionJwt