SecondLoginModel constructor
SecondLoginModel({})
Implementation
SecondLoginModel(
{this.accessToken,
this.tokenType,
this.expiresIn,
this.scope,
this.code,
this.refreshExpiresIn,
this.notBeforePolicy,
this.refreshToken,
this.sessionState});