📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 10:37:19
📂
/
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
sigstore
/
dist
/
identity
✏️
Editing: issuer.d.ts
/** * The Issuer reperesents a single OAuth2 provider. * * The Issuer is configured with a provider's base OAuth2 endpoint which is * used to retrieve the associated configuration information. */ export declare class Issuer { private baseURL; private fetch; private config?; constructor(baseURL: string); authEndpoint(): Promise<string>; tokenEndpoint(): Promise<string>; private loadOpenIDConfig; }
💾 Save Changes
❌ Cancel