AnyApiAuthenticator
open class AnyApiAuthenticator<T> : ApiAuthenticator
Needed to be able to implement Decorators with generic Protocols
-
:nodoc
Declaration
Swift
public init()
-
Declaration
Swift
open func authenticate(completion: @escaping ApiCompletion<T>)