Uses of Interface
de.msi.oauth.flow.params.RequestToken
| Package | Description |
|---|---|
| de.msi.oauth.flow.params | |
| de.msi.oauth.flow.user |
-
Uses of RequestToken in de.msi.oauth.flow.params
Classes in de.msi.oauth.flow.params that implement RequestToken Modifier and Type Class Description static classRequestToken.DefaultRequestTokenThe default implementation ofRequestToken.Methods in de.msi.oauth.flow.params that return RequestToken Modifier and Type Method Description static RequestTokenRequestToken. of(String value)Create a newRequestToken. -
Uses of RequestToken in de.msi.oauth.flow.user
Methods in de.msi.oauth.flow.user that return RequestToken Modifier and Type Method Description RequestTokenUserRequestToken. token()Retrieve the request token, returned by the service provider.Methods in de.msi.oauth.flow.user with parameters of type RequestToken Modifier and Type Method Description VerificationCodeUserAuthorization. verificationCode(RequestToken requestToken)Retrieve the usersverification code.