setPassword method
ResponseFuture<SetPasswordResponse>
setPassword(
- SetPasswordRequest request, {
- CallOptions? options,
Change password
Change the password of a user with either a verification code or the current password.
Deprecated: please move to the corresponding endpoint under user service v2 (GA).
Implementation
$grpc.ResponseFuture<$0.SetPasswordResponse> setPassword(
$0.SetPasswordRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$setPassword, request, options: options);
}