Interface AuthCredentialServiceFacade
-
@Deprecated public interface AuthCredentialServiceFacade
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ru.foodtechlab.lib.auth.service.facade.credential.dto.responses.CredentialResponsegetCredentialByAccessToken(String accessToken)Deprecated.
-
-
-
Method Detail
-
getCredentialByAccessToken
ru.foodtechlab.lib.auth.service.facade.credential.dto.responses.CredentialResponse getCredentialByAccessToken(String accessToken) throws AuthServiceException, CredentialNotFoundException, CredentialIsBlockedException, TokenIsExpiredException, ParsingTokenException, InvalidTokenException
Deprecated.
-
-