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.
Promise<String>
A Promise that resolves to the value of the ID Token. The ID token will remain valid for 15 minutes.