Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.33 KB

File metadata and controls

13 lines (9 loc) · 1.33 KB

Okta.Sdk.Model.PasswordCredential

Specifies a password for a user. When a user has a valid password, imported hashed password, or password hook, and a response object contains a password credential, then the password object is a bare object without the value property defined (for example, password: {}). This indicates that a password value exists. You can modify password policy requirements in the Admin Console by editing the Password authenticator: Security > Authenticators > Password (or for Okta Classic orgs, use Security > Authentication > Password). For information on defaults and configuring your password policies, see Configure the password authenticator in the help documentation.

Properties

Name Type Description Notes
Hash PasswordCredentialHash [optional]
Hook PasswordCredentialHook [optional]
Value string Specifies the password for a user. The password policy validates this password. [optional]

[Back to Model list] [Back to API list] [Back to README]