Response type for redirecting to a specific URL.
| 30 | |
| 31 | |
| 32 | class RedirectMessageResponse(StatusResponse): |
| 33 | """ |
| 34 | Response type for redirecting to a specific URL. |
| 35 | """ |
| 36 | |
| 37 | url: str |
| 38 | |
| 39 | |
| 40 | class LoginSchema(BaseSchema): |
no outgoing calls
no test coverage detected
searching dependent graphs…