toggle menu
Signum
3.10.0
common
switch theme
search in API
indispensable
/
at.asitplus.signum.indispensable
/
IosHomebrewAttestation
Ios
Homebrew
Attestation
@
Serializable
@
SerialName
(
value
=
"ios-appattest"
)
data
class
IosHomebrewAttestation
(
val
attestation
:
ByteArray
,
val
clientDataJSON
:
ByteArray
)
:
Attestation
(
source
)
Members
Members & Extensions
Constructors
Ios
Homebrew
Attestation
Link copied to clipboard
constructor
(
attestation
:
ByteArray
,
clientDataJSON
:
ByteArray
)
Types
Client
Data
Link copied to clipboard
@
Serializable
data
class
ClientData
Companion
Link copied to clipboard
object
Companion
Properties
attestation
Link copied to clipboard
@
Serializable
(
with
=
ByteArrayBase64UrlSerializer::class
)
val
attestation
:
ByteArray
client
Data
JSON
Link copied to clipboard
@
Serializable
(
with
=
ByteArrayBase64UrlSerializer::class
)
val
clientDataJSON
:
ByteArray
json
Encoded
Link copied to clipboard
val
Attestation
.
jsonEncoded
:
String
parsed
Client
Data
Link copied to clipboard
val
parsedClientData
:
IosHomebrewAttestation.ClientData
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int