init(user:password:)
Initializes a password credential.
Declaration
init(user: String, password: String)Parameters
- user:
The username associated with the credential.
- password:
The password associated with the credential.
Initializes a password credential.
init(user: String, password: String)The username associated with the credential.
The password associated with the credential.