Resuelve AuthPlug v1.3.0 ResuelveAuth.TokenData View Source

Estructura que define los elementos de un token

Link to this section Summary

Functions

Convierte el token a datos válidos o regresa un error.

Link to this section Functions

Link to this function

cast(token, secret) View Source
cast(String.t(), String.t()) :: {:ok, %{}} | {:error, String.t()}

Convierte el token a datos válidos o regresa un error.