BatiprixManagement.GetAccessToken Method

Get token to connect to Batiprix web using UniqueId and ApiKey
Public Shared Function GetAccessToken( _ 
ByVal baseUrl As Uri, _ 
ByVal uniqueId As String, _ 
ByVal apiKey As String
) As String
This language is not supported or no code example is available.
public static string GetAccessToken( 
Uri baseUrl
string uniqueId
string apiKey 
)
This language is not supported or no code example is available.
public:  
static String^ GetAccessToken( 
Uri^ baseUrl
String^ uniqueId
String^ apiKey 
)
This language is not supported or no code example is available.
public static function GetAccessToken( 
baseUrl : Uri
uniqueId : String
apiKey : String 
) : String;
This language is not supported or no code example is available.

Parameters

baseUrl
Uri

<default>

uniqueId
string

<default>

apiKey
string

<default>

Return Value

string

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition