Search Results for

    Show / Hide Table of Contents

    Class BasicAuthNode

    Basic auth

    Inheritance
    System.Object
    BasicAuthNode
    Namespace: Simplic.Framework.Flow
    Assembly: Simplic.Framework.Flow.dll
    Syntax
    public class BasicAuthNode : ActionNode

    Properties

    | Improve this Doc View Source

    FriendlyName

    Gets the friendly name

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

    InPinPassword

    Gets or sets the password pin

    Declaration
    public DataPin InPinPassword { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    InPinUserName

    Gets or sets the username pin

    Declaration
    public DataPin InPinUserName { get; set; }
    Property Value
    Type Description
    DataPin
    | Improve this Doc View Source

    Name

    Gets the internal name

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

    OutNode

    Gets or sets the flow out node

    Declaration
    public ActionNode OutNode { get; set; }
    Property Value
    Type Description
    ActionNode
    | Improve this Doc View Source

    OutPinAuthObject

    Gets or sets the auth object

    Declaration
    public DataPin OutPinAuthObject { get; set; }
    Property Value
    Type Description
    DataPin

    Methods

    | Improve this Doc View Source

    Execute(IFlowRuntimeService, DataPinScope)

    Create authentication object

    Declaration
    public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
    Parameters
    Type Name Description
    IFlowRuntimeService runtime

    Runtime instance

    DataPinScope scope

    Scope instnace

    Returns
    Type Description
    System.Boolean

    True if conversion was successfull

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx