public interface

Authenticator

com.android.volley.toolbox.Authenticator
Known Indirect Subclasses

Class Overview

An interface for interacting with auth tokens.

Summary

Public Methods
abstract String getAuthToken()
Synchronously retrieves an auth token.
abstract void invalidateAuthToken(String authToken)
Invalidates the provided auth token.

Public Methods

public abstract String getAuthToken ()

Synchronously retrieves an auth token.

Throws
AuthFailureError If authentication did not succeed

public abstract void invalidateAuthToken (String authToken)

Invalidates the provided auth token.