()
| 73 | } |
| 74 | |
| 75 | public getAuthorizationEndpoint(): Promise<string> { |
| 76 | return this._getMetadataProperty("authorization_endpoint") as Promise<string>; |
| 77 | } |
| 78 | |
| 79 | public getUserInfoEndpoint(): Promise<string> { |
| 80 | return this._getMetadataProperty("userinfo_endpoint") as Promise<string>; |
no test coverage detected