SignOutOptions
public struct SignOutOptions
Signout options to change the default behavior.
-
Initializer: Signout options to change the default behavior.
Declaration
Swift
public init(signOutGlobally: Bool = false, invalidateTokens: Bool = true)Parameters
signOutGloballyInvalidate all active sessions with the service. The user will be logged out of all devices.
invalidateTokensIf functionality available, the access token, refresh token and id token will be invalidated and won’t be usable.
View on GitHub
Install in Dash
SignOutOptions Structure Reference