Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 831 Bytes

File metadata and controls

26 lines (19 loc) · 831 Bytes

UpdateAuthenticatorRequest

Properties

Name Type Description Notes
authenticator UpdatePartialKmsAuthenticator [default to undefined]
authenticatorId string [default to undefined]
organizationId string [default to undefined]
username string [default to undefined]

Example

import { UpdateAuthenticatorRequest } from '@phantom/openapi-wallet-service';

const instance: UpdateAuthenticatorRequest = {
    authenticator,
    authenticatorId,
    organizationId,
    username,
};

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