See: Description
| Class | Description |
|---|---|
| WWWChallengeExceptionMapper |
Error mapper for all WWW-Authorization challenge exceptions.
|
| WWWChallengeExceptionMapper.Binder |
HK2 Binder for our injector context.
|
| Exception | Description |
|---|---|
| OAuth2ForbiddenException |
Throw this exception when you know who the user is, but they do not have
the appropriate token scopes to access this resource.
|
| OAuth2NotAuthorizedException |
Throw this exception when the token is invalid.
|
| WWWChallengeException |
Private, common implementation of all exceptions that need to return a
WWW-Authenticate challenge.
|
Copyright © 2018 krotscheck.net. All rights reserved.