| 233 | |
| 234 | |
| 235 | class MissingTokenException(OAuth2Error): |
| 236 | error = "missing_token" |
| 237 | description = "Missing 'access_token' in response." |
| 238 | |
| 239 | |
| 240 | class MissingTokenTypeException(OAuth2Error): |
no outgoing calls
no test coverage detected
searching dependent graphs…