${this.oidcConsentState.appName}
${this.getOidcAppHost(this.oidcConsentState.appUrl)}
${this.oidcConsentState.requestedScopes.map((scopeArg) => html`
${this.getOidcScopeDescription(scopeArg)}
`)}
${this.oidcConsentError ? html`
${this.oidcConsentError}
` : null}