Search Results for

    Show / Hide Table of Contents

    Class RawAuthNode

    Basic auth

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

    InPinParameter

    Gets or sets the parameter pin

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

    InPinSchema

    Gets or sets the schema pin

    Declaration
    public DataPin InPinSchema { 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