Skip to content

Commit afa0bf1

Browse files
Merge #38
38: expose oauth2 and RedirectUrl r=Emilgardis a=Emilgardis Co-authored-by: Emil Gardström <[email protected]>
2 parents d199dc3 + 61cedd9 commit afa0bf1

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)