Interface IReadableConfiguration
Represents a readable-only configuration contract.
Namespace: Simplic.Datev.Swagger.Client
Assembly: Simplic.Datev.IO.Swagger.dll
Syntax
public interface IReadableConfiguration
Properties
| Improve this Doc View SourceAccessToken
Gets the access token.
Declaration
string AccessToken { get; }
Property Value
Type | Description |
---|---|
System.String | Access token. |
ApiKey
Gets the API key.
Declaration
IDictionary<string, string> ApiKey { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | API key. |
ApiKeyPrefix
Gets the API key prefix.
Declaration
IDictionary<string, string> ApiKeyPrefix { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | API key prefix. |
BasePath
Gets the base path.
Declaration
string BasePath { get; }
Property Value
Type | Description |
---|---|
System.String | Base path. |
DateTimeFormat
Gets the date time format.
Declaration
string DateTimeFormat { get; }
Property Value
Type | Description |
---|---|
System.String | Date time foramt. |
DefaultHeader
Gets the default header.
Declaration
IDictionary<string, string> DefaultHeader { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | Default header. |
Password
Gets the password.
Declaration
string Password { get; }
Property Value
Type | Description |
---|---|
System.String | Password. |
TempFolderPath
Gets the temp folder path.
Declaration
string TempFolderPath { get; }
Property Value
Type | Description |
---|---|
System.String | Temp folder path. |
Timeout
Gets the HTTP connection timeout (in milliseconds)
Declaration
int Timeout { get; }
Property Value
Type | Description |
---|---|
System.Int32 | HTTP connection timeout. |
UserAgent
Gets the user agent.
Declaration
string UserAgent { get; }
Property Value
Type | Description |
---|---|
System.String | User agent. |
Username
Gets the username.
Declaration
string Username { get; }
Property Value
Type | Description |
---|---|
System.String | Username. |
Methods
| Improve this Doc View SourceGetApiKeyWithPrefix(String)
Gets the API key with prefix.
Declaration
string GetApiKeyWithPrefix(string apiKeyIdentifier)
Parameters
Type | Name | Description |
---|---|---|
System.String | apiKeyIdentifier | API key identifier (authentication scheme). |
Returns
Type | Description |
---|---|
System.String | API key with prefix. |