You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename fecher to avoid confusion with manifest itself
This class is used to fetch the authenticated user's JWT claims for syncing. It does not represent the manifest itself, which is something the SL samples showcase how to turn into a proper class if needed.
The JWT can be read by any standards-compatible lib.
/// Refreshes the sponsor manifest for the given sponsorable account.
32
32
/// </summary>
33
-
/// <param name="accessToken">The access token to use for fetching the manifest, must be an OAuth token issued by GitHub for the sponsorable app..</param>
33
+
/// <param name="accessToken">The access token to use for fetching the manifest, must be an OAuth token issued by GitHub for the sponsorable app, representing the sponsoring user.</param>
34
34
/// <param name="manifest">The SponsorLink manifest provided by the sponsorable account.</param>
35
35
/// <param name="jwt">The sponsor manifest token, if sponsoring.</param>
36
-
/// <returns>The status of the manifest synchronization.</returns>
36
+
/// <returns>The status of the manifest synchronization and the optional JWT of the authenticated user if validation succeeded.</returns>
0 commit comments