| 
    Crescendo SDK
    
   | 
 
Represents subcommand-specific parameters for CTAP2 authenticatorCredentialManagement command.  
 More...
Properties | |
| PublicKeyCredentialDescriptor? | CredentialID [get, set] | 
| Credential identifier for management operations. Identifies the specific credential to modify/delete.   | |
| byte?[] | RpIDHash [get, set] | 
| 32-byte SHA-256 hash of the Relying Party's ID for credential enumeration.   | |
| PublicKeyCredentialUserEntity? | User [get, set] | 
| User information for credential updates.   | |
Represents subcommand-specific parameters for CTAP2 authenticatorCredentialManagement command. 
      
  | 
  getset | 
Credential identifier for management operations. Identifies the specific credential to modify/delete.
Optional parameter (CTAP2 key: 0x02). Required for:
      
  | 
  getset | 
32-byte SHA-256 hash of the Relying Party's ID for credential enumeration.
Optional parameter (CTAP2 key: 0x01). Required for:
      
  | 
  getset | 
User information for credential updates.
Optional parameter (CTAP2 key: 0x03). Required for:
Contains new user display information for the credential.