Type Aliases

The following type aliases are available globally.

  • Undocumented

    Declaration

    Swift

    public typealias TokenCompletion = (Tokens?, Error?) -> Void
  • Callback type when registered to notifications for change in UserState. The dictionary contains information like provider which the user signed in with.

    Declaration

    Swift

    public typealias UserStateChangeCallback = (UserState, [String : String]) -> Void