RestApiMetadataExtensions Class
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
ToAzureActiveDirectoryAccessTokenData(RestApiMetadata) Dictionary<string, string>
Converts the specified RestApiMetadata to the data required by Songhay.AzureKeyVaultRestApiUtility.GetAccessTokenAsync(System.Nullable{Uri},System.Nullable{Dictionary{System.String,System.String}}).
static
ToAzureActiveDirectoryAccessTokenUri(RestApiMetadata) Uri
Converts the specified RestApiMetadata to the Uri required by Songhay.AzureKeyVaultRestApiUtility.GetAccessTokenAsync(System.Nullable{Uri},System.Nullable{Dictionary{System.String,System.String}}).
static
ToAzureKeyVaultSecretUri(RestApiMetadata, string) Uri
Converts the specified RestApiMetadata to the Uri required by Songhay.AzureKeyVaultRestApiUtility.GetSecretAsync(System.String,Uri).
static
ToUri(RestApiMetadata, string, string[]) Uri?
Converts the specified RestApiMetadata to a Uri based on the specified URI Template.
static