Cachix.Types.Session
Description
Auth representations
data Session Source #
Constructors
Defined in Cachix.Types.Session
Methods
(==) :: Session -> Session -> Bool #
(/=) :: Session -> Session -> Bool #
decodeJWT :: ClaimsSet -> Either Text Session #
encodeJWT :: Session -> ClaimsSet #