Can be used to extract the keyId from the Forms Key token passed to setFormsKeyToken(). Will be undefined if the token has not been set yet.
keyId
setFormsKeyToken()
undefined
const keyId = authService.getFormsKeyId()if (keyId) { // Use keyId here...} Copy
const keyId = authService.getFormsKeyId()if (keyId) { // Use keyId here...}
Can be used to extract the
keyIdfrom the Forms Key token passed tosetFormsKeyToken(). Will beundefinedif the token has not been set yet.Example