Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change type to u64
Browse files Browse the repository at this point in the history
kariy committed Jun 15, 2024
1 parent 14b09af commit 6d9dccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.rs
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ pub struct Policy {
#[serde(rename_all = "camelCase")]
pub struct SessionDetails {
/// The expiration date of the session.
pub expires_at: String,
pub expires_at: u64,
/// The session's policies.
pub policies: Vec<Policy>,
pub credentials: SessionCredentials,

0 comments on commit 6d9dccf

Please sign in to comment.