Skip to main content

Variable: serverMetadataPaths

const serverMetadataPaths: Readonly<{
  oauth: "/.well-known/oauth-authorization-server";
  oidc: "/.well-known/openid-configuration";
}>;