AuthTokenContext.AuthTokenFactory

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

  • Implementations of this interface must define a getToken method that returns an authorization token as a String.

  • The getToken method receives an AuthTokenContext object, which may provide additional context for token generation.

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)