auth0_ex v0.1.4 Auth0Ex.Management.Blacklist
A module representing blacklisted tokens on Auth0
Summary
Functions
Adds the token identified by the jti
to a blacklist for the tenant
Retrieves the jti
and aud
of all tokens in the blacklist
Functions
Adds the token identified by the jti
to a blacklist for the tenant.
iex> Auth0Ex.Management.Blacklist.blacklist(aud: "some_aud", jti: "some_jti")