Type Alias KlarnaIdentityButtonConfiguration

KlarnaIdentityButtonConfiguration: {
    hideOverlay?: boolean;
    id?: string;
    interactionMode?: FlowInteractionMode;
    logoAlignment?: KlarnaIdentityButtonLogoAlignment;
    redirectUri: string;
    scope: string;
    shape?: KlarnaButtonShape;
    theme?: KlarnaTheme;
}

Type declaration