Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.03 KB

File metadata and controls

26 lines (19 loc) · 1.03 KB

CreateAuthenticatorRequest

Properties

Name Type Description Notes
authenticator PartialKmsAuthenticator [default to undefined]
organizationId string [default to undefined]
replaceExpirable boolean Replace the oldest expirable authenticator if one exists, and the user has reached the limit of allowed authenticators. If none exists, reaching the authenticator limit per user will disallow adding more authenticators. [optional] [default to undefined]
username string [default to undefined]

Example

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

const instance: CreateAuthenticatorRequest = {
    authenticator,
    organizationId,
    replaceExpirable,
    username,
};

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