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