OAuth constructor
const
OAuth({})
Implementation
const OAuth(
{this.statusCode,
this.accessToken,
this.expiresIn,
this.jti,
this.refreshToken,
this.scope,
this.tokenType})
: super();
const OAuth(
{this.statusCode,
this.accessToken,
this.expiresIn,
this.jti,
this.refreshToken,
this.scope,
this.tokenType})
: super();