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