OauthSessionExtension extension

on

Properties

accessTokenJwt Jwt

Available on OAuthSession, provided by the OauthSessionExtension extension

Returns decoded accessToken.
no setter
atprotoPdsEndpoint String?

Available on OAuthSession, provided by the OauthSessionExtension extension

Returns PDS endpoint like porcini.us-east.host.bsky.network dynamically based on this OAuthSession.
no setter
clientId String?

Available on OAuthSession, provided by the OauthSessionExtension extension

Returns the OAuth client identifier if it is present on either token.
no setter
refreshTokenJwt Jwt?

Available on OAuthSession, provided by the OauthSessionExtension extension

Returns decoded refreshToken.
no setter