TokenRegistrationResult

data class TokenRegistrationResult(val isSuccess: Boolean, val token: String?)

Interface definition for token registration result

Author

Arshiya Khanum

Since

6.7.0

Constructors

Link copied to clipboard
constructor(isSuccess: Boolean, token: String?)

Properties

Link copied to clipboard

True if the token was fetched successfully, else false

Link copied to clipboard

Push token value if the token was fetched successfully, else null