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

me.tfeng.play.security.oauth2.AuthenticationManagerClient Maven / Gradle / Ivy

There is a newer version: 0.4.1
Show newest version
package me.tfeng.play.security.oauth2;

@SuppressWarnings("all")
@me.tfeng.play.avro.AvroClient
public interface AuthenticationManagerClient {

  public static final org.apache.avro.Protocol PROTOCOL = me.tfeng.play.security.oauth2.AuthenticationManager.PROTOCOL;

  play.libs.F.Promise authenticate(java.lang.String token);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy