oidcc_decode_util (Oidcc v3.5.1)

View Source

Response Decoding Utils

Summary

Types

error()

(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()}}.