public class AgeAuthResponse
extends com.kakao.network.response.JSONObjectResponse
Modifier and Type | Class and Description |
---|---|
static class |
AgeAuthResponse.AgeAuthLimitStatus |
Modifier and Type | Field and Description |
---|---|
static com.kakao.network.response.ResponseStringConverter<AgeAuthResponse> |
CONVERTER |
Constructor and Description |
---|
AgeAuthResponse(String stringData) |
Modifier and Type | Method and Description |
---|---|
OptionalBoolean |
ciNeedsAgreement()
CI 제공에 대한 사용자 동의 필요 여부
OptionalBoolean.TRUE 인 경우 새로운 동의 요청이 가능한 상태이며
Session.updateScopes(Activity, List, AccessTokenCallback) 메소드를 이용하여 동의를 받을 수 있습니다. |
AgeAuthResponse.AgeAuthLimitStatus |
getAgeAuthLimitStatus()
true : 인증 받은 연령이 제한 나이 이상 / false : 인증 받은 연령이 제한 나이 미만.
|
String |
getAuthenticatedAt()
인증 받은 시각.
|
AuthService.AgeAuthLevel |
getAuthLevel()
유저가 받은 인증레벨.
|
int |
getAuthLevelCode()
1 (auth_level : AUTH_LEVEL1) / 2 (auth_level : AUTH_LEVEL2) (level을 비교 편의를 제공하기 위해 auth_level에 해당하는 code 제공)
|
String |
getCI()
인증후 받은 CI 값
|
long |
getUserId()
인증 여부를 확인하는 user의 id
|
OptionalBoolean |
hasCI()
유저의 ci 값 소유 여부.
|
String |
toString() |
public static final com.kakao.network.response.ResponseStringConverter<AgeAuthResponse> CONVERTER
public AgeAuthResponse(String stringData)
public OptionalBoolean ciNeedsAgreement()
OptionalBoolean.TRUE
인 경우 새로운 동의 요청이 가능한 상태이며
Session.updateScopes(Activity, List, AccessTokenCallback)
메소드를 이용하여 동의를 받을 수 있습니다.
파라미터로 전달할 scope ID 는 account_ci 입니다.
이미 CI가 제공되고 있는 경우에는 OptionalBoolean.FALSE
가 반환됩니다.
check if user's ci can be provided after scope update (account_ci)public AgeAuthResponse.AgeAuthLimitStatus getAgeAuthLimitStatus()
public String getAuthenticatedAt()
public AuthService.AgeAuthLevel getAuthLevel()
public int getAuthLevelCode()
public String getCI()
public long getUserId()
public OptionalBoolean hasCI()