PostaGoogleOAuthOptions Properties
ClassProperties3 members
Parameter-based configuration options for Posta Google OAuth login.
Gets or sets the OAuth callback base URL.
public IResourceBuilder<ParameterResource>? CallbackUrl { get; set; } Gets or sets the Google OAuth client ID for SSO login.
public IResourceBuilder<ParameterResource>? ClientId { get; set; } Gets or sets the Google OAuth client secret for SSO login.
public IResourceBuilder<ParameterResource>? ClientSecret { get; set; }