PasswordType
public enum PasswordType : CustomStringConvertible
PasswordType implements the Base64 encoding of the credentials.
-
describes basic authentication over given credentials.
Declaration
Swift
case basic(credentials: Credentials) -
descriptionvariable is used for a string representation of the Base64 encoding of the credentials.Declaration
Swift
public var description: String { get }
View on GitHub
PasswordType Enumeration Reference