EntityJWTConfiguration constructor

EntityJWTConfiguration({
  1. String accessTokenKeyId,
  2. num timeToLiveInSeconds,
})

Implementation

EntityJWTConfiguration({this.accessTokenKeyId, this.timeToLiveInSeconds});