Class Credentials
- Namespace
- RustPlusApi.Fcm.Data
- Assembly
- RustPlusApi.Fcm.dll
FCM and GCM credentials required to connect to the MCS listener and register with Rust+.
public sealed record Credentials : IEquatable<Credentials>
- Inheritance
-
Credentials
- Implements
- Inherited Members
Properties
ExpoPushToken
The Expo push token registered with Rust Companion (ExponentPushToken[...]).
public string? ExpoPushToken { get; init; }
Property Value
Fcm
The FCM token produced during registration (consumed when registering with Rust Companion).
public FcmToken? Fcm { get; init; }
Property Value
Gcm
GCM identity the MCS listener logs in with.
public Gcm Gcm { get; init; }