Class AccessTokenService

  • All Implemented Interfaces:
    AuthService

    public class AccessTokenService
    extends Service
    implements AuthService
    The client uses this service to obtain an access token which it then uses when requesting Description Resources.

    A request to the access token service must include any cookies for the content domain acquired from the user’s interaction with the corresponding access cookie service, so that the server can issue the access token.

    See http://iiif.io/api/auth/1.0/#access-token-service

    • Constructor Detail

      • AccessTokenService

        public AccessTokenService​(URI identifier)
      • AccessTokenService

        public AccessTokenService​(String identifier)
    • Method Detail

      • getProfile

        public String getProfile()