Extensions of
RestApiMetadata
.
- Namespace
- Songhay
.Extensions - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["RestApiMetadataExtensions"]
class Type type-node
Syntax
public static class RestApiMetadataExtensions
Methods
Name | Return Value | Summary |
---|---|---|
To |
Dictionary |
Converts the specified
RestApiMetadata
to the data required by Songhay.AzureKeyVaultRestApiUtility.GetAccessTokenAsync(System.Nullable{Uri},System.Nullable{Dictionary{System.String,System.String}}) .
static
|
To |
Uri |
Converts the specified
RestApiMetadata
to the Uri required by Songhay.AzureKeyVaultRestApiUtility.GetAccessTokenAsync(System.Nullable{Uri},System.Nullable{Dictionary{System.String,System.String}}) .
static
|
To |
Uri |
Converts the specified
RestApiMetadata
to the Uri required by Songhay.AzureKeyVaultRestApiUtility.GetSecretAsync(System.String,Uri) .
static
|
ToUri |
Uri? |
Converts the specified
RestApiMetadata to a Uri
based on the specified URI Template.
static
|