FileDocCategorySizeDatePackage
Authenticator.javaAPI DocAndroid 5.1 API1105Thu Mar 12 22:22:56 GMT 2015com.android.volley.toolbox

Authenticator

public interface Authenticator
An interface for interacting with auth tokens.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetAuthToken()
Synchronously retrieves an auth token.

throws
AuthFailureError If authentication did not succeed

public voidinvalidateAuthToken(java.lang.String authToken)
Invalidates the provided auth token.