# ConnectBlueskyCredentialsRequest
## Properties
**identifier** | **String** | Your Bluesky handle (e.g. user.bsky.social) or email address |
**app_password** | **String** | App password generated from Bluesky Settings > App Passwords |
**state** | **String** | Required state formatted as {userId}-{profileId}. Get userId from GET /v1/users and profileId from GET /v1/profiles. |
**redirect_uri** | Option<**String**> | Optional URL to redirect to after successful connection | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)