MenuConfigurationResponse constructor
MenuConfigurationResponse({
- int? exp,
- int? iat,
- int? authTime,
- String? jti,
- String? iss,
- String? aud,
- String? sub,
- String? typ,
- String? azp,
- String? sessionState,
- String? acr,
- List<
String> ? allowedOrigins, - RealmAccess? realmAccess,
- ResourceAccess? resourceAccess,
- Authorization? authorization,
- String? scope,
- String? sid,
- bool? emailVerified,
- String? designationId,
- String? mobileNumber,
- String? fullName,
- String? levelName,
- String? preferredUsername,
- String? givenName,
- String? userId,
- String? userCategory,
- String? positionId,
- String? levelId,
- String? name,
- String? partnerId,
- String? userType,
- String? email,
- String? status,
Implementation
MenuConfigurationResponse({
this.exp,
this.iat,
this.authTime,
this.jti,
this.iss,
this.aud,
this.sub,
this.typ,
this.azp,
this.sessionState,
this.acr,
this.allowedOrigins,
this.realmAccess,
this.resourceAccess,
this.authorization,
this.scope,
this.sid,
this.emailVerified,
this.designationId,
this.mobileNumber,
this.fullName,
this.levelName,
this.preferredUsername,
this.givenName,
this.userId,
this.userCategory,
this.positionId,
this.levelId,
this.name,
this.partnerId,
this.userType,
this.email,
this.status,
});