Get User Token
Gets the authentication token of the current Olympe user.
Description
Returns the authentication token currently used to identify the current Olympe session.
Outputs
- token (String): The user's authentication token. Also known as 'Nonce'.
- protocol (String): The protocol used by the IDP. e.g. 'saml'.
- IDP Name (String): The name of the IDP, if any. e.g. 'olympe'.
- Payload (Object): The payload returned by the IDP. Could be considered as the "full token".