Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dynablox_opencloud/src/services/oauthApplication/DiscoveryService.ts>OpenidConfiguration

A Roblox OpenCloud API wrapper for Deno and NodeJS written in TypeScript.
Latest
interface OpenidConfiguration
import { type OpenidConfiguration } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/services/oauthApplication/DiscoveryService.ts";

Properties

issuer: string
authorizationEndpoint: string
tokenEndpoint: string
introspectionEndpoint: string
revocationEndpoint: string
userinfoEndpoint: string
jwksUri: string
registrationEndpoint: string
serviceDocumentation: string
scopesSupported: string[]
responseTypesSupported: string[]
subjectTypesSupported: string[]
idTokenSigningAlgValuesSupported: string[]
claimsSupported: string[]
tokenEndpointAuthMethodsSupported: string[]