Skip to main content

Crate ndl_core

Crate ndl_core 

Source

Structs§

TokenResponse

Enums§

TokenExchangeError

Constants§

OAUTH_SCOPES
TOKEN_URL

Functions§

exchange_code
Exchange an authorization code for an access token
exchange_for_long_lived_token
Exchange a short-lived access token for a long-lived one (60 days)
refresh_access_token
Refresh a long-lived access token (extends validity by another 60 days)