Uses of Class
dev.getelements.elements.sdk.model.session.OAuth2SessionRequest
Packages that use OAuth2SessionRequest
Package
Description
-
Uses of OAuth2SessionRequest in dev.getelements.elements.rest.auth
Methods in dev.getelements.elements.rest.auth with parameters of type OAuth2SessionRequestModifier and TypeMethodDescriptionOAuth2AuthResource.createOAuth2Session
(OAuth2SessionRequest oAuth2SessionRequest) -
Uses of OAuth2SessionRequest in dev.getelements.elements.sdk.service.auth
Methods in dev.getelements.elements.sdk.service.auth with parameters of type OAuth2SessionRequestModifier and TypeMethodDescriptionOAuth2AuthService.createSession
(OAuth2SessionRequest oAuth2SessionRequest) Performs a sign-in with the suppliedOAuth2SessionRequest
. -
Uses of OAuth2SessionRequest in dev.getelements.elements.service.auth
Methods in dev.getelements.elements.service.auth with parameters of type OAuth2SessionRequestModifier and TypeMethodDescriptionOAuth2AuthServiceOperations.createOrUpdateUserWithToken
(OAuth2SessionRequest oAuth2SessionRequest, BiFunction<String, String, User> userMapper) AnonOAuth2AuthService.createSession
(OAuth2SessionRequest oAuth2SessionRequest) UserOAuth2AuthService.createSession
(OAuth2SessionRequest oAuth2SessionRequest)