AuthPayload constructor

AuthPayload(
  1. String url,
  2. String scheme
)

Implementation

AuthPayload(this.url, this.scheme);