SEP30ResponseIdentity constructor

SEP30ResponseIdentity(
  1. String role, {
  2. bool? authenticated,
})

Implementation

SEP30ResponseIdentity(this.role, {this.authenticated});