View Source CoseDellaVitaEx.Errors.TokenInvalidError (CoseDellaVitaEx v0.0.4)

The provided token parameter is invalid, meaning it could not be decoded, its signature component is wrong or it has expired.

Absinthe type is :token_invalid_error.

Link to this section Summary

Link to this section Types

@type t() :: %CoseDellaVitaEx.Errors.TokenInvalidError{
  error_type: term(),
  message: term(),
  path: term()
}