You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-12-10 01:01:09 +03:00
Use iana generated types in more places
This commit is contained in:
@@ -182,10 +182,12 @@ async fn generate_oauth(client: &Arc<Client>, path: PathBuf) -> anyhow::Result<(
|
||||
"https://www.iana.org/assignments/jose/jose.xhtml",
|
||||
client.clone(),
|
||||
)
|
||||
.load::<TokenTypeHint>()
|
||||
.load::<AccessTokenType>()
|
||||
.await?
|
||||
.load::<AuthorizationEndpointResponseType>()
|
||||
.await?
|
||||
.load::<TokenTypeHint>()
|
||||
.await?
|
||||
.load::<TokenEndpointAuthenticationMethod>()
|
||||
.await?
|
||||
.load::<PkceCodeChallengeMethod>()
|
||||
|
||||
Reference in New Issue
Block a user