updateOIDCAppConfig method

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

Implementation

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