Create Token Set
    • PDF

    Create Token Set

    • PDF

    기사 요약

    POST /kms/v1/keys/{keyTag}/token-set

    토큰 셋(리프레시 토큰과 액세스 토큰)을 생성합니다.

    주의
    • 토큰은 토큰 생성을 요청한 사용자가 가진 키의 권한을 모두 가지게 됩니다.
    • 토큰 생성자는 생성한 토큰을 관리하지 않기 때문에 개별적으로 폐기가 불가능합니다. 따라서, 토큰이 유출되지 않도록 각별한 주의가 필요합니다.

    요청

    요청 파라미터

    Parameter NameTypeAdditional Information
    x-ncp-apigw-timestampHeader(Required)
    x-ncp-apigw-signature-v2Header(Required)
    x-ncp-iam-access-keyHeader(Required)
    keyTagPath(Required)
    accessTokenHoursBody: String1 ~ 17520 (Default = 72). TTL will be 'infinite' if the string "UL" is entered.
    refreshTokenHoursBody: String1 ~ 17520 (Default = 2160). TTL will be 'infinite' if the string "UL" is entered.

    요청 바디 예시

    {
      "accessTokenHours": "string",
      "refreshTokenHours": "string"
    }
    

    응답

    응답 바디

    {
      "code": "SUCCESS",
      "data": {
        "refreshToken": "string",
        "accessToken": "string"
      }
    }
    

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.