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

org.swisspush.gateleen.routing.auth.OAuthProvider Maven / Gradle / Ivy

There is a newer version: 2.1.12
Show newest version
package org.swisspush.gateleen.routing.auth;

import io.vertx.core.Future;
import org.swisspush.gateleen.routing.RouterConfiguration;

import java.util.Optional;

public interface OAuthProvider {

    void updateRouterConfiguration(Optional routerConfiguration);

    Future requestAccessToken(OAuthId oAuthId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy