Type alias IntegrationCivicaEnvironmentOAuth<S>

IntegrationCivicaEnvironmentOAuth<S>: IntegrationCivicaEnvironmentBase<S> & {
    authType: "OAUTH_PASSWORD";
    clientId: string;
    clientSecret: ConstrainedSecret<S>;
    tokenUrl: string;
}

Type Parameters

Type declaration

  • authType: "OAUTH_PASSWORD"
  • clientId: string
  • clientSecret: ConstrainedSecret<S>
  • tokenUrl: string