Show / Hide Table of Contents

    Class ACSClientConfig

    This is the configuration for a client that is registered as an app and uses ACS for authorization

    Inheritance
    System.Object
    ACSClientConfig
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace:AzureFunctionsForSharePoint.Core
    Assembly:AzureFunctionsForSharePoint.Core.dll
    Syntax
    public class ACSClientConfig
    Remarks

    These properties ware originally part of ClientConfiguration and this change breaks existing config files

    Properties

    | Improve this Doc View Source

    ClientSecret

    The registered client secret of the client

    Declaration
    public string ClientSecret { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ProductId

    The id of the product. This must match the product id from a SharePoint add-in manifest.

    Declaration
    public string ProductId { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2016 InstantQuick
    View project on Github