Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.
HUAWEI HMS Core
Documents from this version have been archived, and will not continue to be maintained. Please use the latest version.
| CLASS info |
| public class TokenBinding |
| Represents the Token Binding protocol, which is used for communication between the client and relying party. |
| Method name |
TokenBinding(TokenBindingStatus status, String id) Represents a constructor for TokenBinding. |
| Return type | Method name |
| TokenBindingStatus | Obtains the token binding status of the client.The states are as follows:present: The client is communicating with the relying party.supported: Token binding is supported, but the client is not communicating with the relying party currently. |
| String | getId() Obtains a token binding ID. |
| Method |
| TokenBinding(TokenBindingStatus status, String id) |
| Represents a constructor for TokenBinding. |
Parameters
| Parameter name | Parameter desc |
| status | Token binding status of the client.The states are as follows:present: The client is communicating with the relying party.supported: Token binding is supported, but the client is not communicating with the relying party currently. |
| id | Token binding ID. |
| Method |
| TokenBindingStatus getStatus() |
| Obtains the token binding status. |
Return
| type | desc |
| TokenBindingStatus | Token binding status of the client.The states are as follows:present: The client is communicating with the relying party.supported: Token binding is supported, but the client is not communicating with the relying party currently. |
| Method |
| String getId() |
| Obtains a token ID. |
Return
| type | desc |
| String | Token ID. |
Intelligent Assistant
Chat with our virtual assistant to get answers promptly.
Quick start
Helps you find desired resources with ease.