Uses of Interface
de.msi.oauth.flow.params.Token
| Package | Description |
|---|---|
| de.msi.oauth.flow.params | |
| de.msi.oauth.flow.params.header |
-
Uses of Token in de.msi.oauth.flow.params
Subinterfaces of Token in de.msi.oauth.flow.params Modifier and Type Interface Description interfaceAccessTokenRepresents anaccess token.interfaceRequestTokenRepresents arequest token.Classes in de.msi.oauth.flow.params that implement Token Modifier and Type Class Description static classAccessToken.DefaultAccessTokenThe default implementation ofAccessToken.static classRequestToken.DefaultRequestTokenThe default implementation ofRequestToken. -
Uses of Token in de.msi.oauth.flow.params.header
Methods in de.msi.oauth.flow.params.header with parameters of type Token Modifier and Type Method Description HeaderFieldsBuilderHeaderFieldsBuilder. token(Token token)Add theoauth_token.