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 e2aab92 commit 361b629Copy full SHA for 361b629
src/headers/lnurl_auth_jwt.rs
@@ -128,7 +128,7 @@ impl LnurlAuthToJwtProvider {
128
parse_jwt_token(untrusted_token)
129
}
130
131
- async fn get_jwt_token(&self, force_refresh: bool) -> Result<String, VssHeaderProviderError> {
+ pub async fn get_jwt_token(&self, force_refresh: bool) -> Result<String, VssHeaderProviderError> {
132
let cached_token_str = if force_refresh {
133
None
134
} else {
0 commit comments