| Package | Description |
|---|---|
| com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and authorisation server responses.
|
| Modifier and Type | Method | Description |
|---|---|---|
Scope.Value.Requirement |
Scope.Value.getRequirement() |
Gets the requirement of this scope value.
|
static Scope.Value.Requirement |
Scope.Value.Requirement.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Scope.Value.Requirement[] |
Scope.Value.Requirement.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
Value(String value,
Scope.Value.Requirement requirement) |
Creates a new scope value with an optional requirement.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.