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