UpdateAutoSignInTokenRequest
The request body that contains the old sign-in token and the new sign-in token.
Declaration
object UpdateAutoSignInTokenRequestProperties
| Name | Type | Description |
|---|---|---|
existingAutoSignInTokenValue | string | The sign-in token value that needs to be updated. |
newAutoSignInTokenValue | string | The new sign-in token value. |
Overview
This is the request object for the Update Sign-In Token endpoint.