added access subject and parsedToken

pull/2/head
dcore94 2 years ago
parent 8132792fa0
commit 6ce7559f14

@ -308,6 +308,14 @@ window.customElements.define('d4s-boot-2', class extends HTMLElement {
return this.#authenticated
}
get subject(){
return this.#keycloak.subject
}
get loginToken(){
return this.#keycloak.tokenParsed
}
get url() {
return this.#url
}

Loading…
Cancel
Save