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)
-
description
variable is used for a string representation of the Base64 encoding of the credentials.Declaration
Swift
public var description: String { get }