Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 617 Bytes

File metadata and controls

22 lines (15 loc) · 617 Bytes

HMACSignature

Properties

Name Type Description Notes
headerName string [optional] [default to undefined]
hmacSecretFormVariableKey string [optional] [default to undefined]

Example

import { HMACSignature } from 'launchdarkly-api-typescript';

const instance: HMACSignature = {
    headerName,
    hmacSecretFormVariableKey,
};

[Back to Model list] [Back to API list] [Back to README]