BrazeSdkAuthenticationErrorEvent

data class BrazeSdkAuthenticationErrorEvent(sdkAuthError: SdkAuthError)

Constructors

Link copied to clipboard
constructor(sdkAuthError: SdkAuthError)

Properties

Link copied to clipboard

Error code describing the cause of the signature authentication failure.

Link copied to clipboard

Human-readable cause of the signature authentication failure.

Link copied to clipboard

Returns the unix timestamp (in seconds) of the request.

Link copied to clipboard

Returns the original SDK authentication signature.

Link copied to clipboard

The external user id on the failed request.

Functions

Link copied to clipboard
open override fun toString(): String