FcmV1CredentialResponse

data class FcmV1CredentialResponse(val clientEmail: String, val privateKey: String, val projectId: String)

Description of a NotificationHub FcmV1Credential.

Constructors

Link copied to clipboard
constructor(clientEmail: String, privateKey: String, projectId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets client email.

Link copied to clipboard

Gets or sets private key.

Link copied to clipboard

Gets or sets project id.