View Source Auth0Ex.Management.Blacklist (auth0_ex v0.9.0)
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")
Retrieves the jti
and aud
of all tokens in the blacklist.
iex> Auth0Ex.Management.Blacklist.get("some_aud")