All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.edu.icm.unity.oauth.as.webauthz.OAuthResourceProvider Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2021 Bixbit - Krzysztof Benedyczak. All rights reserved.
 * See LICENCE.txt file for licensing information.
 */

package pl.edu.icm.unity.oauth.as.webauthz;

import io.imunity.vaadin.endpoint.common.CustomResourceProvider;

public class OAuthResourceProvider extends CustomResourceProvider
{
	public OAuthResourceProvider()
	{
		super("vaadin-endpoint-common", "vaadin-authentication");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy