auth0_ex v0.3.2 Auth0Ex.Management.Blacklist View Source

A module representing blacklisted tokens on Auth0

Link to this section 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.

Link to this section 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")