getMyLoginPolicy method

ResponseFuture<GetMyLoginPolicyResponse> getMyLoginPolicy(
  1. GetMyLoginPolicyRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$4.GetMyLoginPolicyResponse> getMyLoginPolicy(
    $4.GetMyLoginPolicyRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getMyLoginPolicy, request, options: options);
}