Search Results for

    Show / Hide Table of Contents

    Class AuthObject

    Web api authentication information

    Inheritance
    System.Object
    AuthObject
    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: Simplic.Framework.Flow
    Assembly: Simplic.Framework.Flow.dll
    Syntax
    public class AuthObject

    Properties

    | Improve this Doc View Source

    Method

    Gets or sets the authentication method

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

    Value

    Gets or seta the authentication value

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx