Uses of Class
com.github.scribejava.core.model.DeviceAuthorization
Packages that use DeviceAuthorization
-
Uses of DeviceAuthorization in com.github.scribejava.core.extractors
Methods in com.github.scribejava.core.extractors that return DeviceAuthorizationModifier and TypeMethodDescription -
Uses of DeviceAuthorization in com.github.scribejava.core.oauth
Methods in com.github.scribejava.core.oauth that return DeviceAuthorizationModifier and TypeMethodDescriptionOAuth20Service.getDeviceAuthorizationCodes()Requests a set of verification codes from the authorization server with the default scopeOAuth20Service.getDeviceAuthorizationCodes(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 DeviceAuthorizationModifier and TypeMethodDescriptionOAuth20Service.getDeviceAuthorizationCodes(OAuthAsyncRequestCallback<DeviceAuthorization> callback) OAuth20Service.getDeviceAuthorizationCodes(String scope, OAuthAsyncRequestCallback<DeviceAuthorization> callback) OAuth20Service.getDeviceAuthorizationCodesAsync()OAuth20Service.getDeviceAuthorizationCodesAsync(String scope) Methods in com.github.scribejava.core.oauth with parameters of type DeviceAuthorizationModifier and TypeMethodDescriptionprotected OAuthRequestOAuth20Service.createAccessTokenDeviceAuthorizationGrantRequest(DeviceAuthorization deviceAuthorization) OAuth20Service.getAccessTokenDeviceAuthorizationGrant(DeviceAuthorization deviceAuthorization) Attempts to get a token from a server.OAuth20Service.getAccessTokenDeviceAuthorizationGrant(DeviceAuthorization deviceAuthorization, OAuthAsyncRequestCallback<OAuth2AccessToken> callback) OAuth20Service.getAccessTokenDeviceAuthorizationGrantAsync(DeviceAuthorization deviceAuthorization) OAuth20Service.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 DeviceAuthorizationModifier and TypeMethodDescriptionOAuth20Service.getDeviceAuthorizationCodes(OAuthAsyncRequestCallback<DeviceAuthorization> callback) OAuth20Service.getDeviceAuthorizationCodes(String scope, OAuthAsyncRequestCallback<DeviceAuthorization> callback)