View Source PrimaAuth0Ex.TokenCache.TokenEncryptor (prima_auth0_ex v0.7.1)

Module to perform authenticated symmetric encryption of tokens.

Summary

Functions

@spec decrypt(String.t(), <<_::32>>) :: {:ok, String.t()} | {:error, any()}
@spec encrypt(String.t(), <<_::32>>) :: {:ok, String.t()} | {:error, any()}