Other Protocols

The following protocols are available globally.

  • Protocol for objects that provide an access token and offer a way to refresh (short-lived) token.

    See more

    Declaration

    Swift

    public protocol AccessTokenProvider
  • Protocol for handling loading status during auth flow. Implementing class could show custom UX to reflect loading status.

    Declaration

    Swift

    @objc(DBXLoadingStatusDelegate)
    public protocol LoadingStatusDelegate