updateUserName method
ResponseFuture<UpdateUserNameResponse>
updateUserName(
- UpdateUserNameRequest request, {
- CallOptions? options,
Change user name
Deprecated: use user service v2 UpdateUser instead.
Change the username of the user. Be aware that the user has to log in with the newly added username afterward.
Implementation
$grpc.ResponseFuture<$0.UpdateUserNameResponse> updateUserName(
$0.UpdateUserNameRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateUserName, request, options: options);
}