Enum AuthenticationScheme

    Definition

    Namespace:
    Tizen.Account.OAuth2
    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)

    [Obsolete]
    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

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX