Enum AuthenticationScheme
Definition
- Namespace:
- Tizen.Account.OAuth2
- Assembly:
- Tizen.Account.OAuth2.dll
- API Level:
- 3
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)
C#Copypublic enum AuthenticationScheme
Remarks
Facebook and Google does not support HTTP Basic Authentication, instead they require client credentials to be sent via request body.
Name | Description |
---|---|
Basic | HTTP Basic Authentication for client authentication |
Digest | HTTP Basic Authentication for client authentication |
RequestBody | Client credentials are sent via request body |