| Interface | Description |
|---|---|
| PublicKeyProvider |
Abstraction of public key source, used to verify token signature.
|
| TokenVerifier |
| Class | Description |
|---|---|
| Auth0PublicKeyProvider |
Extracts the public get ID of the get used to sigh the JWT token from the token's header
kid claim. |
| IdGenerator | |
| JwtApiKey |
JSON web token API key.
|
| JwtApiKey.Builder | |
| TokenVerifierImpl |
| Exception | Description |
|---|---|
| InvalidTokenException | |
| KeyStoreException | |
| PublicKeyProviderException |
Represents an exception that gets thrown during an attempt to extract and retreive a Public Key
that was used to sign a JWT access token.
|
Copyright © 2015–2019. All rights reserved.