@mega-yfue/eufy-sdk / FcmCredentials
Interface: FcmCredentials
Persisted FCM credentials so we register once and reconnect across runs.
Properties
androidId
ts
androidId: string;createdAt
ts
createdAt: number;fcmToken
ts
fcmToken: string;The FCM registration token (what we hand to eufy's cloud).
fid
ts
fid: string;refreshToken?
ts
optional refreshToken?: string;Firebase installation refresh token (for auth-token renewal).
securityToken
ts
securityToken: string;