Interface UpdatePasswordCallback.Params

Enclosing interface:
UpdatePasswordCallback

public static interface UpdatePasswordCallback.Params
The parameters of the UpdatePasswordCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    The login for which the password is updated.
    default String
    url()
    The URL of the resource where the form is located.
  • Method Details

    • url

      default String url()
      The URL of the resource where the form is located.
    • login

      default String login()
      The login for which the password is updated.