updateOIDCAppConfig method

ResponseFuture<UpdateOIDCAppConfigResponse> updateOIDCAppConfig(
  1. UpdateOIDCAppConfigRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.UpdateOIDCAppConfigResponse> updateOIDCAppConfig($0.UpdateOIDCAppConfigRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateOIDCAppConfig, request, options: options);
}