Auth Methods
Methods listed in this category are primarily intended for security features in the Web API 3.
Methods
These methods are related to authentication/authorization.
- Key Lock - generates an access token restricted to a Key (and returns the key Id given key string).
Help
Here are some links that are useful:
- Introduction to Access Tokens - gives you a general idea of how authentication with access tokens works.
- Web API Workflows - describes, in details, three workflow examples depending on the environment of your application.