updateGenericOIDCProvider method

ResponseFuture<UpdateGenericOIDCProviderResponse> updateGenericOIDCProvider(
  1. UpdateGenericOIDCProviderRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.UpdateGenericOIDCProviderResponse> updateGenericOIDCProvider($0.UpdateGenericOIDCProviderRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateGenericOIDCProvider, request, options: options);
}