Table of Contents

Class BearerTokenEndpointAuthenticationAddIn

Namespace
Dynamicweb.DataIntegration.EndpointManagement.AuthenticationAddIns
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

EndpointAuthenticationType

BearerToken

[AddInParameter("Bearer Token")]
[AddInParameterEditor(typeof(TextParameterEditor), "TextArea=true")]
public string BearerToken { get; set; }

Property Value

string

Methods

ValidateParameters()

public override string ValidateParameters()

Returns

string
To top