-
- All Known Subinterfaces:
OauthTokenAccessor.OauthTokenProperty
public interface OauthTokenAccessor
Provides an accessor for a OAuth token property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
OauthTokenAccessor.OauthTokenBuilder<B extends OauthTokenAccessor.OauthTokenBuilder<B>>
Provides a builder method for a OAuth token property returning the builder for applying multiple build operations.static interface
OauthTokenAccessor.OauthTokenMutator
Provides a mutator for a OAuth token property.static interface
OauthTokenAccessor.OauthTokenProperty
Provides a OAuth token property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OauthToken
getOauthToken()
Retrieves the OAuth token from the OAuth token property
-
-
-
Method Detail
-
getOauthToken
OauthToken getOauthToken()
Retrieves the OAuth token from the OAuth token property- Returns:
- The OAuth token stored by the OAuth token property.
-
-