OAuthTokenResponse constructor
OAuthTokenResponse({})
Returns a new OAuthTokenResponse instance.
Implementation
OAuthTokenResponse({
this.accessToken,
this.tokenType,
this.expiresIn,
this.refreshToken,
this.scope,
this.idToken,
});