setPassword method

ResponseFuture<SetPasswordResponse> setPassword(
  1. SetPasswordRequest request, {
  2. CallOptions? options,
})

Change password

Deprecated: Update the users password instead.

Change the password of a user with either a verification code or the current password..

Implementation

$grpc.ResponseFuture<$0.SetPasswordResponse> setPassword(
  $0.SetPasswordRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$setPassword, request, options: options);
}