Awesome Message SDK - v0.12.4
    Preparing search index...

    Interface AuthenticateKakaoChannelTokenResponse

    카카오 채널 토큰 인증 응답 데이터

    카카오 채널 토큰 인증 성공 시 반환되는 응답 데이터입니다.

    interface AuthenticateKakaoChannelTokenResponse {
        plusFriendId: string;
        senderKey: string;
        categoryCode: string;
        status: string;
    }
    Index

    Properties

    plusFriendId: string

    플러스친구 ID

    senderKey: string

    발신 키

    categoryCode: string

    카테고리 코드

    status: string

    플러스친구 상태 코드 (YSC02: 등록 대기 중, YSC03: 정상 등록)