BaasLogoutStrategy

public protocol BaasLogoutStrategy

Protocol BaasLogoutStrategy

you should extend this protocol for your custom logout strategy

  • Function called when the user is not authorized usually you should logout the user here

    Declaration

    Swift

    func notAuthorized()
  • Function called onlogout usually you invalidate personal user settings

    Declaration

    Swift

    func logout()