Package com.okta.sdk.resource.model
Class UserActivationToken
java.lang.Object
com.okta.sdk.resource.model.UserActivationToken
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class UserActivationToken
extends Object
implements Serializable
UserActivationToken
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
JSON_PROPERTY_ACTIVATION_TOKEN
- See Also:
-
JSON_PROPERTY_ACTIVATION_URL
- See Also:
-
-
Constructor Details
-
UserActivationToken
public UserActivationToken()
-
-
Method Details
-
getActivationToken
Token received as part of an activation user request. If a password was set before the user was activated, then user must sign in with their password or the `activationToken` and not the activation link. More information about using the `activationToken` to login can be found in the [Authentication API](https://developer.okta.com/docs/reference/api/authn/#primary-authentication-with-activation-token).- Returns:
- activationToken
-
getActivationUrl
If `sendEmail` is `false`, returns an activation link for the user to set up their account. The activation token can be used to create a custom activation link.- Returns:
- activationUrl
-
equals
-
hashCode
public int hashCode() -
toString
-