Uses of Class
org.dspace.orcid.model.OrcidTokenResponseDTO
Packages that use OrcidTokenResponseDTO
-
Uses of OrcidTokenResponseDTO in org.dspace.orcid.client
Methods in org.dspace.orcid.client that return OrcidTokenResponseDTOModifier and TypeMethodDescriptionOrcidClient.getAccessToken(String code) Exchange the authorization code for an ORCID iD and 3-legged access token.OrcidClientImpl.getAccessToken(String code) OrcidClient.getReadPublicAccessToken()Retrieves an /read-public access token using a client-credentials OAuth flow, or 2-step OAuth.OrcidClientImpl.getReadPublicAccessToken() -
Uses of OrcidTokenResponseDTO in org.dspace.orcid.service
Methods in org.dspace.orcid.service with parameters of type OrcidTokenResponseDTOModifier and TypeMethodDescriptionvoidOrcidSynchronizationService.linkProfile(Context context, Item profile, OrcidTokenResponseDTO token) Configure the given profile with the data present in the given ORCID token. -
Uses of OrcidTokenResponseDTO in org.dspace.orcid.service.impl
Methods in org.dspace.orcid.service.impl with parameters of type OrcidTokenResponseDTOModifier and TypeMethodDescriptionvoidOrcidSynchronizationServiceImpl.linkProfile(Context context, Item profile, OrcidTokenResponseDTO token)