glide.sg.reauthentication.single_use_token
ServiceNow property description:
When true, causes the reauthentication token to be revoked after first use.
Attributes
- Sys ID: 8ef2f4f117032010f2b43b9fadb959b0
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.sg.reauthentication.single_use_token` determines whether a reauthentication token is revoked after its first use. When set to true, the token is invalidated immediately after it is used, enhancing security by preventing reuse. This property is particularly relevant for mobile reauthentication processes, ensuring that each token can only be used once. This setting helps to mitigate risks associated with token theft or misuse. For more detailed information, refer to the ServiceNow documentation on mobile reauthentication usage tokens.
Source