Class GetCredentialCommandResponse
Response for Returns a single credential stored in the given virtual authenticator that matches the credential ID.
public sealed class GetCredentialCommandResponse : ICommandResponse<GetCredentialCommandSettings>, ICommandResponse
- Inheritance
-
GetCredentialCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Credential
Gets or sets the credential
[JsonPropertyName("credential")]
public Credential Credential { get; set; }