IdentityServiceIdentityServiceOptions constructor

IdentityServiceIdentityServiceOptions({
  1. String? sessionDuration,
})

Implementation

IdentityServiceIdentityServiceOptions({
  this.sessionDuration,
});