MCPcopy Create free account
hub / github.com/Firstyear/opensuse-proxy-cache / OauthResp

Class OauthResp

opensuse-proxy-cache/src/auth.rs:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95#[derive(Debug, Serialize, Deserialize)]
96struct OauthResp {
97 state: CsrfToken,
98 code: AuthorizationCode,
99}
100
101// Handle the response
102pub(crate) async fn oauth_view(mut request: tide::Request<Arc<AppState>>) -> tide::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected