| Package | Description |
|---|---|
| com.nimbusds.oauth2.sdk.auth.verifier |
Client authentication verifier framework.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Hint |
Hint.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Hint[] |
Hint.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClientAuthenticationVerifier.verify(ClientAuthentication clientAuth,
Set<Hint> hints,
Context<T> context) |
Verifies a client authentication request.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.