View Source oidcc_decode_util (Oidcc v3.0.1)

Response Decoding Utils

Summary

Types

Link to this type

error/0

View Source (since 3.0.0 -------------------------------------------------------------------)
-type error() ::
    {missing_config_property, Key :: atom()} |
    {invalid_config_property,
     {Type ::
          uri | uri_https | binary | number | list_of_binaries | boolean |
          scopes_including_openid | enum | alg_no_none,
      Field :: atom()}}.