ru.foodtechlab.lib.auth.service.facade.authorization.dto.responses.BasicAuthorizationResponse |
AuthorizationServiceFacade.emailAuthorization(ru.foodtechlab.lib.auth.service.facade.authorization.dto.requests.EmailAuthorizationRequest command) |
|
ru.foodtechlab.lib.auth.service.facade.credential.dto.responses.CredentialResponse |
AuthCredentialServiceFacade.getCredentialByAccessToken(String accessToken) |
Deprecated.
|
void |
AuthorizationServiceFacade.logout(ru.foodtechlab.lib.auth.service.facade.authorization.dto.requests.LogoutRequest command) |
|
ru.foodtechlab.lib.auth.service.facade.authorization.dto.responses.BasicAuthorizationResponse |
AuthorizationServiceFacade.phoneNumberAuthorization(ru.foodtechlab.lib.auth.service.facade.authorization.dto.requests.PhoneNumberAuthorizationRequest command) |
|
ru.foodtechlab.lib.auth.service.facade.authorization.dto.responses.BasicAuthorizationResponse |
AuthorizationServiceFacade.refreshToken(ru.foodtechlab.lib.auth.service.facade.authorization.dto.requests.RefreshTokenRequest command) |
|
ru.foodtechlab.lib.auth.service.facade.authorization.dto.responses.BasicAuthorizationResponse |
AuthorizationServiceFacade.usernameAuthorization(ru.foodtechlab.lib.auth.service.facade.authorization.dto.requests.UsernameAuthorizationRequest command) |
|