| 228 | |
| 229 | |
| 230 | class MissingCodeException(OAuth2Error): |
| 231 | error = "missing_code" |
| 232 | description = "Missing 'code' in response." |
| 233 | |
| 234 | |
| 235 | class MissingTokenException(OAuth2Error): |
no outgoing calls
no test coverage detected
searching dependent graphs…