password
The password a person uses to login.
Declaration
let password: String?Discussion
The password can be between 1-64 characters in length. This value is nil if the user login doesn’t use a password.
The password a person uses to login.
let password: String?The password can be between 1-64 characters in length. This value is nil if the user login doesn’t use a password.