Skip to content

Commit 61cedd9

Browse files
committed
expose oauth2 and RedirectUrl
1 parent d199dc3 commit 61cedd9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ pub mod id;
3131
pub mod scopes;
3232
pub mod tokens;
3333

34+
#[doc(hidden)]
35+
pub use oauth2;
3436
#[doc(no_inline)]
35-
pub use oauth2::{AccessToken, ClientId, ClientSecret, RefreshToken};
37+
pub use oauth2::{AccessToken, ClientId, ClientSecret, RedirectUrl, RefreshToken};
3638

3739
use id::{TwitchClient, TwitchTokenErrorResponse};
3840
use oauth2::{url::Url, AuthUrl, HttpRequest, HttpResponse, TokenResponse};

0 commit comments

Comments
 (0)