Interface CustomAuthSessionService
- All Known Implementing Classes:
StandardCustomAuthSessionService
public interface CustomAuthSessionService
Used to authorize requests using JWT auth tokens
Created by robb on 12/20/21.
-
Method Summary
Modifier and TypeMethodDescriptiongetSession
(String jwt) Gets aSession
provided the custom auth JWT.