You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-07 17:03:01 +03:00
Fix intra-doc broken link in mas-jose
This commit is contained in:
committed by
Quentin Gliech
parent
aeed84cac2
commit
2e8f233ac5
@@ -328,7 +328,7 @@ impl<P> JsonWebKeySet<P> {
|
|||||||
self.find_key(&constraints)
|
self.find_key(&constraints)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Get a list of available signing algorithms for this [`Keystore`]
|
/// Get a list of available signing algorithms for this [`JsonWebKeySet`]
|
||||||
#[must_use]
|
#[must_use]
|
||||||
pub fn available_signing_algorithms(&self) -> Vec<JsonWebSignatureAlg>
|
pub fn available_signing_algorithms(&self) -> Vec<JsonWebSignatureAlg>
|
||||||
where
|
where
|
||||||
|
Reference in New Issue
Block a user