Contents

UpdateAutoSignInTokenRequest

The request body that contains the old sign-in token and the new sign-in token.

Declaration

object UpdateAutoSignInTokenRequest

Properties

NameTypeDescription
existingAutoSignInTokenValuestring

The sign-in token value that needs to be updated.

newAutoSignInTokenValuestring

The new sign-in token value.

Overview

This is the request object for the Update Sign-In Token endpoint.

See Also

Token updates