tkAuthorizationType
tkAuthorizationType
Enumerated
Name | Value | Label |
---|---|---|
None | 0 | None |
Bearer_token | 1 | Bearer token |
Basic_authorization | 2 | Basic authorization |
OAuth_1 | 3 | OAuth 1.0 |
OAuth_2 | 4 | OAuth 2.0 |
Used By
Class | Property |
---|---|
kOmniRestWS | Authorization |
kHttpAuthorization | AuthorizationType |
kCommunicationSetup | DefaultAuth |