StartOAuthResponse constructor
StartOAuthResponse({})
Implementation
StartOAuthResponse({
this.authUri,
this.clientId,
this.codeChallenge,
this.codeChallengeMethod,
this.scopes,
this.systemProviderId,
this.ticket,
});