Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.
For the complete documentation index, see llms.txt. This page is also available as Markdown.

デバイスバインディングを確認

デバイスのバインディングを開始する前、またはトランザクションを認証する前にこれを呼び出してください。

使用する getBindingState トークンが既にデバイスにバインドされているかを確認するための(Thales SDK)。

SDK統合

String vProvisionedTokenId = ""; //
byte[] password = this.getUserPassword();
    BindingState state = visaCTFHelper.getBindingState(vProvisionedTokenId);
} catch (TMGClientException e) {
    // エラーを処理する
}

返された状態に応じて、次のフローのいずれかを続行してください:

最終更新

役に立ちましたか?