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