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

io.rocketbase.commons.adapters.JwtTokenProvider Maven / Gradle / Ivy

There is a newer version: 4.4.1
Show newest version
package io.rocketbase.commons.adapters;

public interface JwtTokenProvider {

    String getToken();

    void setToken(String token);

    String getRefreshToken();

    String getBaseAuthApiUrl();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy