public class OAuthProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AUDIENCE
The oauth audience, who this token is intended for.
|
static String |
SCOPES
Optional list of comma-separated scopes to use when no OAuthScopes annotation is present.
|
static String |
SIGNATURE_OR_MAC_ALGORITHM
The selected signature algorithm to use to sign the requests.
|
| Constructor and Description |
|---|
OAuthProperties() |
public static final String SIGNATURE_OR_MAC_ALGORITHM
public static final String AUDIENCE
public static final String SCOPES
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.