backend for xcvr appview
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix typo

+1 -1
+1 -1
server/internal/oauth/metadata.go
··· 25 25 DPOPBoundAccessTokens bool `json:"dpop_bound_access_tokens"` 26 26 JWKSUri string `json:"jwks_uri"` 27 27 Scope string `json:"scope"` 28 - TokenEndpointAuthMethod string `json:"token_endpoing_auth_method"` 28 + TokenEndpointAuthMethod string `json:"token_endpoint_auth_method"` 29 29 TokenEndpointAuthSigningAlg string `json:"token_endpoint_auth_signing_alg"` 30 30 } 31 31