ConnectedApplication constructor
ConnectedApplication({})
Implementation
ConnectedApplication({
required this.applicationId,
required this.name,
this.displayName,
this.logoUrl,
this.applicationUrl,
this.reasonForAccess,
required this.createdAt,
this.scopes,
});