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
signOutGlobally
Invalidate all active sessions with the service. The user will be logged out of all devices.
invalidateTokens
If functionality available, the access token, refresh token and id token will be invalidated and won’t be usable.