- All Known Subinterfaces:
OauthTokenAccessor.OauthTokenProperty
public interface OauthTokenAccessor
Provides an accessor for a OAuth token property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a OAuth token property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a OAuth token property.static interfaceProvides a OAuth token property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the OAuth token from the OAuth token property
-
Method Details
-
getOauthToken
OauthToken getOauthToken()Retrieves the OAuth token from the OAuth token property- Returns:
- The OAuth token stored by the OAuth token property.
-