getHumanPhone method

ResponseFuture<GetHumanPhoneResponse> getHumanPhone(
  1. GetHumanPhoneRequest request, {
  2. CallOptions? options,
})

Get User Phone (Human)

Deprecated: use user service v2 GetUserByID instead.

Get the phone number and the verification state of the number. The phone number is only for informational purposes and to send messages, not for Authentication (2FA).

Implementation

$grpc.ResponseFuture<$0.GetHumanPhoneResponse> getHumanPhone(
  $0.GetHumanPhoneRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getHumanPhone, request, options: options);
}