| Package | Description |
|---|---|
| org.jclouds.oauth.v2 | |
| org.jclouds.oauth.v2.domain |
| Modifier and Type | Method and Description |
|---|---|
Token |
AuthorizationApi.authorize(Claims claims) |
Token |
AuthorizationApi.authorize(String client_id,
ClientCredentialsClaims claim,
String resource,
String scope) |
Token |
AuthorizationApi.authorizeClientSecret(String client_id,
String client_secret,
String resource,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
static Token |
Token.create(String accessToken,
String tokenType,
long expiresIn) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.