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

Method getCheckSessionIframe

src/MetadataService.ts:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 public getCheckSessionIframe(): Promise<string | undefined> {
90 return this._getMetadataProperty("check_session_iframe", true) as Promise<string | undefined>;
91 }
92
93 public getEndSessionEndpoint(): Promise<string | undefined> {
94 return this._getMetadataProperty("end_session_endpoint", true) as Promise<string | undefined>;

Callers 2

SessionMonitorClass · 0.80

Calls 1

_getMetadataPropertyMethod · 0.95

Tested by

no test coverage detected