5 lines
119 B
Kotlin
5 lines
119 B
Kotlin
package com.acitelight.aether.model
|
|
|
|
data class ChallengeResponse(
|
|
val response: String // 签名后的 challenge
|
|
) |