| 238 | |
| 239 | |
| 240 | class MissingTokenTypeException(OAuth2Error): |
| 241 | error = "missing_token_type" |
| 242 | description = "Missing 'token_type' in response." |
| 243 | |
| 244 | |
| 245 | class MismatchingStateException(OAuth2Error): |
no outgoing calls
no test coverage detected
searching dependent graphs…