Class AnonOAuth2LinkService

java.lang.Object
dev.getelements.elements.service.auth.oauth2.AnonOAuth2LinkService
All Implemented Interfaces:
OAuth2LinkService

public class AnonOAuth2LinkService extends Object implements OAuth2LinkService
Anonymous implementation of OAuth2LinkService.

Always throws ForbiddenException; authentication is required to link accounts.

  • Constructor Details

    • AnonOAuth2LinkService

      public AnonOAuth2LinkService()
  • Method Details