{ "opencollection": "1.0.0", "info": { "name": "Microsoft Windows 10 Windows Background Tasks Accelerometer Credentials API", "version": "1.0.0" }, "items": [ { "info": { "name": "Credentials", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Windows 10 Create a Windows Hello key credential", "type": "http" }, "http": { "method": "POST", "url": "https://api.windows.com/hello/credentials", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new key credential for Windows Hello authentication using KeyCredentialManager.RequestCreateAsync. Generates a public/private key pair where the private key is stored securely on the device (in TPM if available) and the public key is returned for server registration." }, { "info": { "name": "Microsoft Windows 10 Open an existing key credential", "type": "http" }, "http": { "method": "GET", "url": "https://api.windows.com/hello/credentials/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The account identifier for the credential" } ] }, "docs": "Opens an existing Windows Hello key credential using KeyCredentialManager.OpenAsync. Returns the credential if it exists, allowing the application to use it for signing operations." }, { "info": { "name": "Microsoft Windows 10 Delete a key credential", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.windows.com/hello/credentials/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "The account identifier for the credential" } ] }, "docs": "Deletes a Windows Hello key credential using KeyCredentialManager.DeleteAsync. Removes the key pair from the device." } ] } ], "bundled": true }