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 Type
    Method
    Description
    Gets a Session provided the custom auth JWT.
  • Method Details

    • getSession

      Session getSession(String jwt)
      Gets a Session provided the custom auth JWT.
      Parameters:
      jwt - the jwt
      Returns:
      the Session instance