Module

OIDC.Crypt

Package
purescript-oidc-crypt-utils
Repository
slamdata/purescript-oidc-crypt-utils

#Header Source

data Header :: Type

#Payload Source

data Payload :: Type

#readPayload Source

readPayload :: forall eff. IdToken -> Eff (exception :: EXCEPTION | eff) Payload

#readHeader Source

readHeader :: forall eff. IdToken -> Eff (exception :: EXCEPTION | eff) Header

#verifyIdToken Source

verifyIdToken :: forall eff. Seconds -> IdToken -> Issuer -> ClientId -> UnhashedNonce -> JSONWebKey -> Eff (now :: NOW | eff) (Either Error Boolean)

Re-exports from OIDC.Crypt.JSONWebKey

Re-exports from OIDC.Crypt.Types