Skip to content

Documentation mismatch: ValidateSessionWithToken audience parameter #811

Description

@towychico

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions