App constructor
App({
- required String $id,
- required String $createdAt,
- required String $updatedAt,
- required String name,
- required String description,
- required String clientUri,
- required String logoUri,
- required String privacyPolicyUrl,
- required String termsUrl,
- required List<
String> contacts, - required String tagline,
- required List<
String> tags, - required List<
String> labels, - required List<
String> images, - required String supportUrl,
- required String dataDeletionUrl,
- required List<
String> redirectUris, - required List<
String> postLogoutRedirectUris, - required bool enabled,
- required String type,
- required bool deviceFlow,
- required String teamId,
- required String userId,
- required List<
String> installationScopes, - required String installationRedirectUrl,
- required List<
AppSecret> secrets,
Implementation
App({
required this.$id,
required this.$createdAt,
required this.$updatedAt,
required this.name,
required this.description,
required this.clientUri,
required this.logoUri,
required this.privacyPolicyUrl,
required this.termsUrl,
required this.contacts,
required this.tagline,
required this.tags,
required this.labels,
required this.images,
required this.supportUrl,
required this.dataDeletionUrl,
required this.redirectUris,
required this.postLogoutRedirectUris,
required this.enabled,
required this.type,
required this.deviceFlow,
required this.teamId,
required this.userId,
required this.installationScopes,
required this.installationRedirectUrl,
required this.secrets,
});