Represents the configuration that is required in order to authenticate a user in the SDK.

interface AuthenticationConfiguration {
    accessToken: string;
}

Properties

Properties

accessToken: string

The user JWT that was issued through the Paysafe API.

The user accessToken is an essential part of the SDK authentication. It is used to authenticate the user for whom the wallet operations from the SDK would apply.