Uses of Interface
de.msi.oauth.flow.params.RequestTokenSecret
| Package | Description |
|---|---|
| de.msi.oauth.flow.params | |
| de.msi.oauth.flow.user |
-
Uses of RequestTokenSecret in de.msi.oauth.flow.params
Classes in de.msi.oauth.flow.params that implement RequestTokenSecret Modifier and Type Class Description static classRequestTokenSecret.DefaultRequestTokenSecretThe default implementation ofRequestTokenSecret.Methods in de.msi.oauth.flow.params that return RequestTokenSecret Modifier and Type Method Description static RequestTokenSecretRequestTokenSecret. of(String value)Create a newRequestTokenSecret. -
Uses of RequestTokenSecret in de.msi.oauth.flow.user
Methods in de.msi.oauth.flow.user that return RequestTokenSecret Modifier and Type Method Description RequestTokenSecretUserRequestToken. tokenSecret()Retrieve the token secret, returned by the service provider.