Get user ID token
webflow.getIdToken()
Retrieves a JSON Web Token (JWT) that uniquely identifies the current user of your Designer Extension. This ID token contains encoded user information that can be used for authentication and authorization purposes.
Syntax
Returns
Promise<String>
A Promise that resolves to the value of the ID Token. The ID token will remain valid for 15 minutes.