# PostaGoogleOAuthOptions Properties

- Package: [CommunityToolkit.Aspire.Hosting.Posta](/reference/api/csharp/communitytoolkit.aspire.hosting.posta.md)
- Type: [PostaGoogleOAuthOptions](/reference/api/csharp/communitytoolkit.aspire.hosting.posta/postagoogleoauthoptions.md)
- Kind: `Properties`
- Members: `3`

Parameter-based configuration options for Posta Google OAuth login.

<a id="callbackurl"></a>

## CallbackUrl

- Name: `CallbackUrl`
- Modifiers: `nullable` `get; set`
- Returns: `IResourceBuilder<ParameterResource>`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1/src/CommunityToolkit.Aspire.Hosting.Posta/PostaGoogleOAuthOptions.cs)

Gets or sets the OAuth callback base URL.

```csharp
public IResourceBuilder<ParameterResource>? CallbackUrl { get; set; }
```

<a id="clientid"></a>

## ClientId

- Name: `ClientId`
- Modifiers: `nullable` `get; set`
- Returns: `IResourceBuilder<ParameterResource>`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1/src/CommunityToolkit.Aspire.Hosting.Posta/PostaGoogleOAuthOptions.cs)

Gets or sets the Google OAuth client ID for SSO login.

```csharp
public IResourceBuilder<ParameterResource>? ClientId { get; set; }
```

<a id="clientsecret"></a>

## ClientSecret

- Name: `ClientSecret`
- Modifiers: `nullable` `get; set`
- Returns: `IResourceBuilder<ParameterResource>`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/4ff8268fbd97ddd23cb73dc8eff9cc92718156d1/src/CommunityToolkit.Aspire.Hosting.Posta/PostaGoogleOAuthOptions.cs)

Gets or sets the Google OAuth client secret for SSO login.

```csharp
public IResourceBuilder<ParameterResource>? ClientSecret { get; set; }
```
