getOIDCInformation method

ResponseFuture<GetOIDCInformationResponse> getOIDCInformation(
  1. GetOIDCInformationRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetOIDCInformationResponse> getOIDCInformation(
  $0.GetOIDCInformationRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getOIDCInformation, request, options: options);
}