MCPcopy
hub / github.com/authts/oidc-client-ts / getRevocationEndpoint

Method getRevocationEndpoint

src/MetadataService.ts:99–101  ·  view source on GitHub ↗
(optional = true)

Source from the content-addressed store, hash-verified

97 public getRevocationEndpoint(optional: false): Promise<string>;
98 public getRevocationEndpoint(optional?: true): Promise<string | undefined>;
99 public getRevocationEndpoint(optional = true): Promise<string | undefined> {
100 return this._getMetadataProperty("revocation_endpoint", optional) as Promise<string | undefined>;
101 }
102
103 public getKeysEndpoint(optional: false): Promise<string>;
104 public getKeysEndpoint(optional?: true): Promise<string | undefined>;

Callers 2

revokeMethod · 0.80

Calls 1

_getMetadataPropertyMethod · 0.95

Tested by

no test coverage detected