Identity Provider API, gRPC: UserService.GeneratePassword
Written by
Updated at August 8, 2025
Generates a new password.
gRPC request
rpc GeneratePassword (GeneratePasswordRequest) returns (GeneratePasswordResponse)
GeneratePasswordRequest
{}
Request to generate a new password.
|
Field |
Description |
|
Empty |
|
GeneratePasswordResponse
{
"password_spec": {
"password": "string",
"generation_proof": "string"
}
}
Response for the UserService.GeneratePassword operation.
|
Field |
Description |
|
password_spec |
Generated password specification. |
PasswordSpec
Password specification.
|
Field |
Description |
|
password |
string Required field. The password string. |
|
generation_proof |
string Proof that the password was generated by the system. |