Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The app supports specific assertion types at the token endpoint, including ID_TOKEN and ACCOUNT_CREATION, while UNKNOWN_ASSERTION_TYPE is rejected.
The ID_TOKEN assertion type utilizes an OpenID Connect ID token, which is a JWT token following a specific grant type and verification process, potentially including a non-standard intent=get key for linking existing accounts.
The ACCOUNT_CREATION assertion type is similar to ID_TOKEN but includes a non-standard intent=create key, indicating an attempt to create a new account associated with a Google ID.
Assertion types that the app can support at the token endpoint.
Enums
UNKNOWN_ASSERTION_TYPE
Unknown assertion type for backwards compatability. Rejected.
This is the same as ID_TOKEN, except that a non-standard key "intent" will be set to "create" indicating that the user is atempting to create a new account that should be associated with the Google ID in the sub field of the JWT, as with other usage of Google Sign-In. The responses are as with ID_TOKEN.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],[]]