()
| 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>; |
no test coverage detected