Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents the options required to create a new WebAuthn credential. This object is returned by the fido2AuthenticationMethod: creationOptions function and provides the parameters needed by the client to generate a new passkey.
Properties
| Property | Type | Description |
|---|---|---|
| challengeTimeoutDateTime | DateTimeOffset | The date and time when the challenge times out and can no longer be used to create a credential. |
| publicKey | webauthnPublicKeyCredentialCreationOptions | The WebAuthn public key creation options. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.webauthnCredentialCreationOptions",
"challengeTimeoutDateTime": "String (timestamp)",
"publicKey": {
"@odata.type": "microsoft.graph.webauthnPublicKeyCredentialCreationOptions"
}
}