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 Details

  • Constructor Details

    • UserActivationToken

      public UserActivationToken()
  • Method Details

    • getActivationToken

      @Nullable public String 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

      @Nullable public String 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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object