We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e37736 commit 98bf02dCopy full SHA for 98bf02d
crates/rmcp/src/transport/auth.rs
@@ -120,7 +120,7 @@ pub struct OAuthClientConfig {
120
121
// add type aliases for oauth2 types
122
type OAuthErrorResponse = oauth2::StandardErrorResponse<oauth2::basic::BasicErrorResponseType>;
123
-type OAuthTokenResponse = StandardTokenResponse<EmptyExtraTokenFields, BasicTokenType>;
+pub type OAuthTokenResponse = StandardTokenResponse<EmptyExtraTokenFields, BasicTokenType>;
124
type OAuthTokenIntrospection =
125
oauth2::StandardTokenIntrospectionResponse<EmptyExtraTokenFields, BasicTokenType>;
126
type OAuthRevocableToken = oauth2::StandardRevocableToken;
0 commit comments