BrandingApi
API-Client zum Abrufen von Anwendungs-Branding und Theme-Einstellungen.
Überblick
Die BrandingApi ruft angepasste Branding-Konfiguration vom AuthSafe-Server ab, einschließlich Logos, Farben und Theme-Einstellungen. Branding-Endpunkte sind öffentlich und erfordern keine Authentifizierung.
Grundlegende Verwendung
import { HttpService, BrandingApi } from 'authsafe-ts';
const httpService = new HttpService();
const brandingApi = new BrandingApi(httpService);
const branding = await brandingApi.getBranding('your-client-id');