---
title: "credentialRequest"
description: "Semantics property for defining a pending credential request on a node."
type: "property"
lastmod: "2026-05-20T01:13:53.428621Z"
---
## API Reference

> Source set: Android

```kotlin
@get:RequiresApi(34)
@set:RequiresApi(34)
var SemanticsPropertyReceiver.credentialRequest: CredentialRequestData
```

Semantics property for defining a pending credential request on a node. When this property is
set, Compose will populate the Android `android.view.ViewStructure` with the provided request to
integrate with the Autofill framework's Credential Manager support.
