Type Aliases

The following type aliases are available globally.

  • Callback invoked when token needs to be refreshed. Implementations should take care that the supplied completionHandler is always invoked at some point.

    Declaration

    Swift

    public typealias TokenRequiredCallback = (_ language: String, _ completionHandler: @escaping (TokenResult) -> Void) -> Void