You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-20 12:02:22 +03:00
GraphQL: query upstream links from users
This commit is contained in:
@@ -84,6 +84,11 @@ impl UpstreamOAuth2Link {
|
||||
self.link.created_at
|
||||
}
|
||||
|
||||
/// Subject used for linking
|
||||
pub async fn subject(&self) -> &str {
|
||||
&self.link.subject
|
||||
}
|
||||
|
||||
/// The provider for which this link is.
|
||||
pub async fn provider(
|
||||
&self,
|
||||
|
||||
Reference in New Issue
Block a user