Interface GetToken

    • Method Detail

      • getToken

        String getToken​(Request request)
        Get an authentication token from the request, if any.
        Parameters:
        request - the current request.
        Returns:
        the token or null if it doesn't exist.
      • getTokenContext

        String getTokenContext​(Request request)
        Get an authentication token context from the request, if any.
        Parameters:
        request - the current request.
        Returns:
        the token context or null if it doesn't exist.