VerifySignatureResponse

Properties

Link copied to clipboard
abstract val isValid: Boolean?

Indicates if the provided signature was valid given the requested parameters.

Link copied to clipboard

Returns the field-presence view for this VerifySignatureResponse instance.

Link copied to clipboard
abstract val reason: String?

If is_valid is false, this is the reason for why the signature verification failed.

Functions

Link copied to clipboard
fun VerifySignatureResponse.copy(body: <Error class: unknown class>.() -> Unit = {}): VerifySignatureResponse

Copies the original message, including unknown fields.