Add method to get access token by providing refresh token in case of offline_access scope

This commit is contained in:
Konstantinos Triantafyllou 2023-05-19 14:54:23 +03:00
parent 7fddb4f1e6
commit e1a7bfc704
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
package eu.dnetlib.authentication.entities;public class TokenResponse {
}

View File

@ -0,0 +1,2 @@
package eu.dnetlib.authentication.services;public class SecurityService {
}