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

com.daedafusion.security.authentication.Token Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package com.daedafusion.security.authentication;

/**
 * Created by mphilpot on 7/11/14.
 */
public interface Token
{
    String getAuthority();

    String getTokenString();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy