Jwt Authentication Response
constructor(audiences: List<String>? = null, claims: List<TokenClaimResponse>? = null, issuers: List<String>? = null, keys: List<Either<EccTokenKeyResponse, RsaTokenKeyResponse>>? = null, type: String)