auth0_ex v0.6.0 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
Link to this function
blacklist(body) View Source
Adds the token identified by the jti to a blacklist for the tenant.
iex> Auth0Ex.Management.Blacklist.blacklist(aud: "some_aud", jti: "some_jti")
Link to this function
get(aud) View Source
Retrieves the jti and aud of all tokens in the blacklist.
iex> Auth0Ex.Management.Blacklist.get("some_aud")