Java org.springframework.security.oauth2.client.resource OAuth2ProtectedResourceDetails fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth2.client.resource OAuth2ProtectedResourceDetails fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth2.client.resource OAuth2ProtectedResourceDetails.

The text is from its open source code.

Method

StringgetAccessTokenUri()
The URL to use to obtain an OAuth2 access token.
StringgetClientId()
The client identifier to use for this protected resource.
StringgetGrantType()
The grant type for obtaining an acces token for this resource.
StringgetId()
Get a unique identifier for these protected resource details.
ListgetScope()
The scope of this resource.
booleanisClientOnly()
A flag to indicate that this resource is only to be used with client credentials, thus allowing access tokens to be cached independent of a user's session.