AnyCredentialsStore
open class AnyCredentialsStore<T> : CredentialsStore
Needed to be able to implement Decorators with generic Protocols
-
:nodoc
Declaration
Swift
public init()
-
Declaration
Swift
open func storeCredentials(credentials: T)