Changed type of function parameter

This commit is contained in:
2026-07-02 13:04:14 -04:00
parent 2e1868999f
commit f3f861abd8
+1 -1
View File
@@ -78,7 +78,7 @@ pub struct CreateTokenResult {
}
pub fn create_token(
key: &String,
key: &str,
token_resource: &TokenResource,
duration: time::Duration,
) -> Result<CreateTokenResult, josekit::JoseError> {