Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.09 KB

PasswordCredential.md

File metadata and controls

13 lines (9 loc) · 1.09 KB

Okta.Sdk.Model.PasswordCredential

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).

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]