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