scitokens.utils.errors Module

Error and Exceptions in the SciTokens library

Classes

InvalidTokenFormat

Encoded token has an invalid format.

MissingIssuerException

Missing the issuer in the SciToken, unable to verify token

MissingKeyException

No private key is present.

NonHTTPSIssuer

Non HTTPs issuer, as required by draft-ietf-oauth-discovery-07 https://tools.ietf.org/html/draft-ietf-oauth-discovery-07

SciTokensException

Base class for exceptions in the SciTokens library

UnableToCreateCache

Unable to make the KeyCache

UnsupportedKeyException

Key is present but is of an unsupported format.

Class Inheritance Diagram

Inheritance diagram of scitokens.utils.errors.InvalidTokenFormat, scitokens.utils.errors.MissingIssuerException, scitokens.utils.errors.MissingKeyException, scitokens.utils.errors.NonHTTPSIssuer, scitokens.utils.errors.SciTokensException, scitokens.utils.errors.UnableToCreateCache, scitokens.utils.errors.UnsupportedKeyException