AuthTokenContext.AuthTokenFactory

  • AuthTokenContext.AuthTokenFactory instances provide authorization tokens for various operations.

  • Implementations must define the getToken method, which returns an authorization token string based on the provided AuthTokenContext.

public static interface AuthTokenContext.AuthTokenFactory

Instances of this interface will be asked to provide an authorization token when various operations are performed.

Public Method Summary

abstract String

Public Methods

public abstract String getToken (AuthTokenContext context)