PostaGoogleOAuthOptions
Classsealednet10.0
Parameter-based configuration options for Posta Google OAuth login.
namespace CommunityToolkit.Aspire.Hosting.Posta;
public sealed class PostaGoogleOAuthOptions{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesCallbackUrlget; setIResourceBuilder<ParameterResource> Gets or sets the OAuth callback base URL.
ClientIdget; setIResourceBuilder<ParameterResource> Gets or sets the Google OAuth client ID for SSO login.
ClientSecretget; setIResourceBuilder<ParameterResource> Gets or sets the Google OAuth client secret for SSO login.