Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <austin362667@gmail.com>
  • Loading branch information
austin362667 committed May 15, 2024
1 parent 2a892bb commit e80d21c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flyrs/src/authenticator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ pub mod authenticator;
// let access_token = authenticator::PKCEAuthentication();
// let token: MetadataValue<_> = "Bearer <access_token>".parse()?;
// Add Python binding for this `get_access_token` function may not necessary.
// Add Python binding for this `get_access_token` function may not be necessary.
// We can persisit credentials in local keyring.
// m.add_function(wrap_pyfunction!(authenticator::PKCEAuthentication, m)?).unwrap();
*/

Expand Down

0 comments on commit e80d21c

Please sign in to comment.