Enum AuthenticationScheme
Definition
- Assembly:
- Tizen.Account.OAuth2.dll
Enumerations for Client authentication scheme, used to sign client id and client secret accordingly. Default is Basic (http://tools.ietf.org/html/rfc2617#section-2)
public enum AuthenticationScheme
Remarks
Facebook and Google does not support HTTP Basic Authentication, instead they require client credentials to be sent via request body.
Fields
Name | Description |
---|---|
Basic | HTTP Basic Authentication for client authentication |
Digest | HTTP Basic Authentication for client authentication |
RequestBody | Client credentials are sent via request body |