ResetRequest

Properties

key: string;

account key in the realm. (configured 'unique key' used for authentication)

Source

1
2
3
4
5
6
7
8
interface ResetRequest {

  /**
   * account key in the realm. (configured 'unique key' used for authentication)
   */
  key: string;

}