Credentials
public struct Credentials
The Credentials offer the possibility to declare a user name and password for a basic authentication.
-
The
initfor the initialization of aCredentialconsisting of a user name and a password.Declaration
Swift
public init(userName: String, password: String)
View on GitHub
Credentials Structure Reference