diff --git a/src/core/Session.ts b/src/core/Session.ts index b665e353..ca456d4f 100644 --- a/src/core/Session.ts +++ b/src/core/Session.ts @@ -177,7 +177,7 @@ export type SessionOptions = { */ fetch?: FetchFunction; /** - * Proof of Origin Token. This is an attestation token generated by BotGuard/DroidGuard. It is used to confirm that the request is coming from a genuine device. + * Proof of Origin Token. This is an attestation token generated by BotGuard/DroidGuard. It is used to confirm that the request is coming from a genuine client. */ po_token?: string; }