KlarnaConfig: {
    setAccountId(accountId: string): Promise<void>;
    setSdkToken(sdkToken: string): Promise<void>;
}

Type declaration

  • setAccountId:function
    • Enables integrators to dynamically specify the merchant's account ID at runtime.

      Parameters

      • accountId: string

      Returns Promise<void>

  • setSdkToken:function
    • Enables integrators to dynamically specify a sdkToken that can resume a session.

      Parameters

      • sdkToken: string

      Returns Promise<void>