Signed Exchange Info
data class SignedExchangeInfo(outerResponse: Response, header: SignedExchangeHeader?, securityDetails: SecurityDetails?, errors: List<SignedExchangeError>?)
Content copied to clipboard
Information about a signed exchange response.
Constructors
SignedExchangeInfo
Link copied to clipboard
fun SignedExchangeInfo(outerResponse: Response, header: SignedExchangeHeader? = null, securityDetails: SecurityDetails? = null, errors: List<SignedExchangeError>? = null)
Content copied to clipboard
Properties
errors
Link copied to clipboard
header
Link copied to clipboard
outerResponse
Link copied to clipboard
securityDetails
Link copied to clipboard
Sources
jvm source
Link copied to clipboard