updateOwnPassword method

ResponseFuture<IdentifierResponse> updateOwnPassword(
  1. UpdateOwnPasswordReq request, {
  2. CallOptions? options,
})

Update user's own password

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> updateOwnPassword(
  $1.UpdateOwnPasswordReq request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateOwnPassword, request, options: options);
}