ndl-core 0.2.11

Shared library for ndl and ndld
Documentation
1
2
3
4
5
6
mod oauth;

pub use oauth::{
    OAUTH_SCOPES, TOKEN_URL, TokenExchangeError, TokenResponse, exchange_code,
    exchange_for_long_lived_token, refresh_access_token,
};