WALLET_APP_ASSOCIATION_GET_SUCCESS
interface WalletAppAssociationGetSuccessEvent { category: "wallet"; clientId: string | undefined; data: { android: | { packageName: string; sha256CertFingerprints: string[] } | undefined; authorizeUrl: string; clients: { domain: string }[] | undefined; ios: { bundleId: string; teamId: string } | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "WALLET_APP_ASSOCIATION_GET_SUCCESS"; userAgent: string | undefined; version: "1";} interface WalletAppAssociationGetSuccessEventSanitised { category: "wallet"; clientId: string | undefined; data: { android: | { packageName: string; sha256CertFingerprints: string[] } | undefined; authorizeUrl: string; clients: { domain: string }[] | undefined; ios: { bundleId: string; teamId: string } | undefined; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "WALLET_APP_ASSOCIATION_GET_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "wallet"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
android:
| { packageName: string; sha256CertFingerprints: string[] }
| undefined;
authorizeUrl: string;
clients: { domain: string }[] | undefined;
ios: { bundleId: string; teamId: string } | undefined;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "WALLET_APP_ASSOCIATION_GET_SUCCESS"
userAgent
userAgent: string | undefined