[GRDSubscriberCredential] add class properties
Closed this issue · 0 comments
tzeejay commented
Please add the follow class properties
jwt
type stringsubscriptionType
type stringsubscriptionTypePretty
type stringsubscriptionExpirationDateUnix
type LongsubscriptionExpirationDate
type DatetokenExpirationDateUnix
type LongtokenExpirationDate
type Date
The majority of this is hidden in SubscriberCredentialsJSON
. Please remove the class and move the JSON annotations over to GRDSubscriberCredential
. The properties subscriptionExpirationDate
& tokenExpirationDate
should have no JSON annotation as those will be computed from the Unix timestamps during parsing