@Deprecated public interface ExtraTrustConsumerDetails extends ConsumerDetails
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRequiredToObtainAuthenticatedToken()
Deprecated.
Whether this consumer is required to obtain an authenticated oauth token.
|
getAuthorities, getConsumerKey, getConsumerName, getSignatureSecretboolean isRequiredToObtainAuthenticatedToken()
true, it means that the OAuth consumer won't be granted access
to the protected resource unless the user is directed to the token authorization page. If false, it means that the provider has an additional
level of trust with the consumer.
Not requiring an authenticated access token is also known as "2-legged" OAuth or "signed fetch".Copyright © 2020. All rights reserved.