Include extra into user claims
What does this MR do and why?
A follow-up to feat: add extra_claims support to TokenAuthority (!225 - merged). Even though the extra claims are added to the token, it's not possible to access them without decoding the token. Since decoding the token is performed in cloud-connector library, we need to add a new field to UserClaims to contain the extra claims.