Home > @vsf-enterprise/commercetools-types > AzureFunctionsAuthentication
# AzureFunctionsAuthentication type
Signature:
export declare type AzureFunctionsAuthentication = HttpDestinationAuthentication & {
__typename?: 'AzureFunctionsAuthentication';
key: Scalars['String'];
type: Scalars['String'];
};
References: HttpDestinationAuthentication, Scalars