Class BearerTokenEndpointAuthenticationAddIn
- Assembly
- Dynamicweb.DataIntegration.dll
[AddInDeprecated(false)]
[AddInName("Bearer Token")]
[AddInLabel("Bearer Token")]
[AddInDescription("Bearer Token")]
public class BearerTokenEndpointAuthenticationAddIn : BaseEndpointAuthenticationAddIn
- Inheritance
-
BearerTokenEndpointAuthenticationAddIn
- Inherited Members
Properties
AuthenticationType
public override EndpointAuthenticationType AuthenticationType { get; }
Property Value
BearerToken
[AddInParameter("Bearer Token")]
[AddInParameterEditor(typeof(TextParameterEditor), "TextArea=true")]
public string BearerToken { get; set; }
Property Value
Methods
ValidateParameters()
public override string ValidateParameters()