IAppleAuthorizationCredentialPassword constructor
const
IAppleAuthorizationCredentialPassword({})
Creates a new username/password combination, which is the result of a successful Keychain query.
Implementation
const IAppleAuthorizationCredentialPassword({
required this.username,
required this.password,
});