Derive Debug for Token
This commit is contained in:
parent
8e0d91bb24
commit
0592eba8a1
|
@ -1,6 +1,7 @@
|
||||||
use chrono::{DateTime, UTC};
|
use chrono::{DateTime, UTC};
|
||||||
|
|
||||||
/// OAuth 2.0 access token.
|
/// OAuth 2.0 access token.
|
||||||
|
#[derive(Debug)]
|
||||||
pub struct Token {
|
pub struct Token {
|
||||||
pub access_token: String,
|
pub access_token: String,
|
||||||
pub token_type: String,
|
pub token_type: String,
|
||||||
|
|
Loading…
Reference in New Issue