module documentation

Undocumented

Class AccessError Error occurred because the account doesn't have permission to access the resource.
Class AuthError Errors occurred during authentication.
Class InvalidAccountTypeError This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method.
Class PaperAccessError This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method.
Class RateLimitError Error occurred because the app is being rate limited.
Class RateLimitReason This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method.
Class TokenFromOAuth1Arg :ivar auth.TokenFromOAuth1Arg.oauth1_token: The supplied OAuth 1.0 access token. :ivar auth.TokenFromOAuth1Arg.oauth1_token_secret: The token secret associated with the supplied access token.
Class TokenFromOAuth1Error This class acts as a tagged union. Only one of the ``is_*`` methods will return true. To get the associated value of a tag (if one exists), use the corresponding ``get_*`` method.
Class TokenFromOAuth1Result :ivar auth.TokenFromOAuth1Result.oauth2_token: The OAuth 2.0 token generated from the supplied OAuth 1.0 token.
Class TokenScopeError :ivar auth.TokenScopeError.required_scope: The required scope to access the route.
Constant ROUTES Undocumented
Variable AccessError_validator Undocumented
Variable AuthError_validator Undocumented
Variable InvalidAccountTypeError_validator Undocumented
Variable PaperAccessError_validator Undocumented
Variable RateLimitError_validator Undocumented
Variable RateLimitReason_validator Undocumented
Variable token_from_oauth1 Undocumented
Variable token_revoke Undocumented
Variable TokenFromOAuth1Arg_validator Undocumented
Variable TokenFromOAuth1Error_validator Undocumented
Variable TokenFromOAuth1Result_validator Undocumented
Variable TokenScopeError_validator Undocumented

Undocumented

Value
{'token/from_oauth1': token_from_oauth1, 'token/revoke': token_revoke}
AccessError_validator = (source)

Undocumented

AuthError_validator = (source)

Undocumented

InvalidAccountTypeError_validator = (source)

Undocumented

PaperAccessError_validator = (source)

Undocumented

RateLimitError_validator = (source)

Undocumented

RateLimitReason_validator = (source)

Undocumented

token_from_oauth1 = (source)

Undocumented

token_revoke = (source)

Undocumented

TokenFromOAuth1Arg_validator = (source)

Undocumented

TokenFromOAuth1Error_validator = (source)

Undocumented

TokenFromOAuth1Result_validator = (source)

Undocumented

TokenScopeError_validator = (source)

Undocumented