loginViaApiSecret

@JvmName(name = "loginViaApiSecretSuspend")
suspend fun loginViaApiSecret(apiSecret: String): LoginViaApiSecretResponse

API secret 를 사용한 토큰 발급

API secret 를 통해 API 인증에 사용할 토큰을 가져옵니다.

Parameters

apiSecret

발급받은 API secret

Throws