Protocols

The following protocols are available globally.

  • Protocol BaasLoginStrategy

    you should extend this protocol for your custom login strategy

    See more

    Declaration

    Swift

    public protocol BaasLoginStrategy
  • Protocol BaasSignupStrategy

    you should extend this protocol for your custom signup strategy

    See more

    Declaration

    Swift

    public protocol BaasSignupStrategy
  • Protocol BaasLogoutStrategy

    you should extend this protocol for your custom logout strategy

    See more

    Declaration

    Swift

    public protocol BaasLogoutStrategy