Class AuthorizationCodeGrantService

  • Direct Known Subclasses:
    OidcAuthorizationCodeService

    @Path("/authorize")
    public class AuthorizationCodeGrantService
    extends RedirectionBasedGrantService
    This resource handles the End User authorizing or denying the Client to access its resources. If End User approves the access this resource will redirect End User back to the Client, supplying the authorization code.