Logout

public struct Logout: Fn

Logout deletes all tokens associated with the current session if its parameter is true, or just the token used in this request otherwise.

Reference..

  • Declaration

    Swift

    public init(all: Expr)

    Parameters

    all

    if true deletes all tokens associated with the current session. If false it deletes just the token used in this request.