Hi!
I'm integrating the Go SDK (v1.28).
The documentation shows:
ValidateSessionWithToken(ctx, sessionToken, "__ProjectID__")
However, the released Go SDK exposes:
ValidateSessionWithToken(ctx context.Context, sessionToken string)
with no audience parameter.
I verified this against the v1.28 SDK source.
Is the documentation targeting an unreleased version of the Go SDK, or is the documentation out of sync with the current release?
Thanks!
Hi!
I'm integrating the Go SDK (v1.28).
The documentation shows:
However, the released Go SDK exposes:
with no audience parameter.
I verified this against the v1.28 SDK source.
Is the documentation targeting an unreleased version of the Go SDK, or is the documentation out of sync with the current release?
Thanks!