AuthTokenContext.AuthTokenFactory

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

  • Implementations must provide a getToken method that returns an authorization token as a String.

  • The getToken method receives an AuthTokenContext object, which may contain contextual information relevant to 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)