You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +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)
|
||||
}
|
||||
|
||||
/// Get a list of available signing algorithms for this [`Keystore`]
|
||||
/// Get a list of available signing algorithms for this [`JsonWebKeySet`]
|
||||
#[must_use]
|
||||
pub fn available_signing_algorithms(&self) -> Vec<JsonWebSignatureAlg>
|
||||
where
|
||||
|
Reference in New Issue
Block a user