Table of Contents

TExternalLoginOptions.SaveTokens Property

Persists the upstream tokens (access, refresh and id token) after a successful external sign-in.

Remarks

When True, the tokens returned by the upstream provider are stored for the user, keyed by the provider name, and can be retrieved later with IUserManager.GetAuthenticationToken to call the upstream provider's APIs on the user's behalf. Defaults to False.

Syntax

Unit: Sphinx.Options

property TExternalLoginOptions.SaveTokens: Boolean

See also