Uses of Class
com.github.scribejava.core.model.DeviceAuthorization
| Package | Description |
|---|---|
| com.github.scribejava.core.extractors | |
| com.github.scribejava.core.oauth |
-
Uses of DeviceAuthorization in com.github.scribejava.core.extractors
Methods in com.github.scribejava.core.extractors that return DeviceAuthorization Modifier and Type Method Description DeviceAuthorizationDeviceAuthorizationJsonExtractor. extract(Response response) -
Uses of DeviceAuthorization in com.github.scribejava.core.oauth
Methods in com.github.scribejava.core.oauth that return DeviceAuthorization Modifier and Type Method Description DeviceAuthorizationOAuth20Service. getDeviceAuthorizationCodes()Requests a set of verification codes from the authorization server with the default scopeDeviceAuthorizationOAuth20Service. getDeviceAuthorizationCodes(java.lang.String scope)Requests a set of verification codes from the authorization serverMethods in com.github.scribejava.core.oauth that return types with arguments of type DeviceAuthorization Modifier and Type Method Description java.util.concurrent.Future<DeviceAuthorization>OAuth20Service. getDeviceAuthorizationCodes(OAuthAsyncRequestCallback<DeviceAuthorization> callback)java.util.concurrent.Future<DeviceAuthorization>OAuth20Service. getDeviceAuthorizationCodes(java.lang.String scope, OAuthAsyncRequestCallback<DeviceAuthorization> callback)java.util.concurrent.Future<DeviceAuthorization>OAuth20Service. getDeviceAuthorizationCodesAsync()java.util.concurrent.Future<DeviceAuthorization>OAuth20Service. getDeviceAuthorizationCodesAsync(java.lang.String scope)Methods in com.github.scribejava.core.oauth with parameters of type DeviceAuthorization Modifier and Type Method Description protected OAuthRequestOAuth20Service. createAccessTokenDeviceAuthorizationGrantRequest(DeviceAuthorization deviceAuthorization)OAuth2AccessTokenOAuth20Service. getAccessTokenDeviceAuthorizationGrant(DeviceAuthorization deviceAuthorization)Attempts to get a token from a server.java.util.concurrent.Future<OAuth2AccessToken>OAuth20Service. getAccessTokenDeviceAuthorizationGrant(DeviceAuthorization deviceAuthorization, OAuthAsyncRequestCallback<OAuth2AccessToken> callback)java.util.concurrent.Future<OAuth2AccessToken>OAuth20Service. getAccessTokenDeviceAuthorizationGrantAsync(DeviceAuthorization deviceAuthorization)OAuth2AccessTokenOAuth20Service. pollAccessTokenDeviceAuthorizationGrant(DeviceAuthorization deviceAuthorization)Periodically tries to get a token from a server (waiting for the user to give consent).Method parameters in com.github.scribejava.core.oauth with type arguments of type DeviceAuthorization Modifier and Type Method Description java.util.concurrent.Future<DeviceAuthorization>OAuth20Service. getDeviceAuthorizationCodes(OAuthAsyncRequestCallback<DeviceAuthorization> callback)java.util.concurrent.Future<DeviceAuthorization>OAuth20Service. getDeviceAuthorizationCodes(java.lang.String scope, OAuthAsyncRequestCallback<DeviceAuthorization> callback)