AppsSecretCreateOptions constructor
const
AppsSecretCreateOptions({})
Implementation
const AppsSecretCreateOptions({
this.expand,
this.expiresAt,
required this.name,
required this.payload,
required this.scope,
});