Package-level declarations

Types

Link copied to clipboard
class AuthClient(apiSecret: String, apiBase: String = "https://api.portone.io", storeId: String? = null) : Closeable

API Secret을 사용해 포트원 API 클라이언트를 생성합니다.

Link copied to clipboard
@Serializable
data class LoginViaApiSecretResponse(val accessToken: String, val refreshToken: String)

API key 로그인 성공 응답

Link copied to clipboard
@Serializable
data class RefreshTokenResponse(val accessToken: String, val refreshToken: String)

토큰 재발급 성공 응답