In the API Manager, you can use API keys to authenticate your APIs and applications. The API Manager generates the API keys and enable you to add API key-based authentication to your APIs. Validation using API
To authenticate as a user you need to pass a token to the API. You can generate a user token onyour API Token page on Typekit. In the future we plan to add delegated authentication flows allowing an app to request access to a user accounts. You can authenticate as a user by sending ...
This API is used to obtain the list of APIs bound to an app.You can debug this API through automatic authentication in API Explorer or use the SDK sample code generated b
NameTypeDescription Entity EntityKey The entity id and type. EntityToken string The token used to set X-EntityToken for all entity based API calls. TokenExpiration string The time the token will expire, if it is an expiring token, in UTC.Get...
NameTypeDescription Entity EntityKey The entity id and type. EntityToken string The token used to set X-EntityToken for all entity based API calls. TokenExpiration string The time the token will expire, if it is an expiring token, in UTC. GetPlayerCombinedInfoRequestParams Object 展开表...
If the request is successful, you will receive an access_token and refresh_token in the JSON response from the server:1$http = new GuzzleHttp\Client; 2 3$response = $http->post('http://your-app.com/oauth/token', [ 4 'form_params' => [ 5 'grant_type' => 'password', 6 '...
NameTypeDescription Entity EntityKey The entity id and type. EntityToken string The token used to set X-EntityToken for all entity based API calls. TokenExpiration string The time the token will expire, if it is an expiring token, in UTC.Get...
At least one certificate configured in AWS Certificate Manager for your custom domain name A truststore configured and uploaded to Amazon S3 Custom domain names To enable mutual TLS for a REST API, you must configure a custom domain name for your API. You can enable mutual TLS for a custom ...
2.2 Sample code when a URL in a VPC is used for the authentication service ---parameters:# The definitions of parameters that are used in authentication result expressions.statusCode:"StatusCode"# The HTTP status code in the authentication response.authUriType:"HTTP-VPC"# The URL type of the...
typeenum More Expand all Handling errors Our Client libraries raise exceptions for many reasons, such as a failed charge, invalid parameters, authentication errors, and network unavailability. We recommend writing code that gracefully handles all possible API exceptions. ...