We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d4459 commit b9b5c22Copy full SHA for b9b5c22
1 file changed
src/lib.rs
@@ -190,7 +190,7 @@ where
190
fn send_request_as<'a, C, R>(
191
http_client: &'a C,
192
homeserver_url: &str,
193
- authentication_input: <R::Authentication as AuthScheme>::Input<'_>,
+ send_access_token: SendAccessToken<'a>,
194
path_builder_input: <R::PathBuilder as PathBuilder>::Input<'_>,
195
identity: AppserviceUserIdentity<'_>,
196
request: R,
@@ -205,7 +205,7 @@ where
205
request
206
.try_into_http_request_with_identity(
207
homeserver_url,
208
- authentication_input,
+ send_access_token,
209
identity,
210
path_builder_input,
211
)
0 commit comments