Class PasswordCredentialHook

java.lang.Object
com.okta.sdk.resource.model.PasswordCredentialHook
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-08-09T14:19:33.269913-05:00[America/Chicago]", comments="Generator version: 7.7.0") public class PasswordCredentialHook extends Object implements Serializable
Specify a [password import inline hook](https://developer.okta.com/docs/reference/password-hook/) to trigger verification of the user's password the first time the user logs in. This allows an existing password to be imported into Okta directly from some other store. See [Create User with Password Hook](https://developer.okta.com/docs/reference/api/users/#create-user-with-password-import-inline-hook) for information on using this object when creating a user.
See Also: