| Modifier and Type | Method and Description |
|---|---|
Token |
OSClient.getToken()
Gets the token that was assigned during authorization
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TokenV2
A version 2 token which is used during authentication allowing follow up calls to only supply the assigned token within the header avoiding re-authentication
|
| Modifier and Type | Method and Description |
|---|---|
Token |
Access.getToken() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TokenV3
A version 3 token which is used during authentication allowing follow up calls to only supply the assigned token within the header avoiding re-authentication
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeystoneToken |
| Modifier and Type | Class and Description |
|---|---|
class |
KeystoneTokenV3 |
| Modifier and Type | Method and Description |
|---|---|
Token |
OSClientSession.getToken()
Gets the token that was assigned during authorization
|