setPassword method

ResponseFuture<SetPasswordResponse> setPassword(
  1. SetPasswordRequest request, {
  2. 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);
}