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 SourceMethod
Gets or sets the authentication method
Declaration
public string Method { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or seta the authentication value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |