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.
EndpointScope
endpoint_scopes
1 parent d7e0831 commit f07ccb3Copy full SHA for f07ccb3
src/models/token.rs
@@ -30,7 +30,7 @@ pub struct ApiToken {
30
pub crate_scopes: Option<Vec<String>>,
31
/// A list of endpoint scopes or `None` for the `legacy` endpoint scope (see RFC #2947)
32
#[serde(skip)]
33
- pub endpoint_scopes: Option<Vec<String>>,
+ pub endpoint_scopes: Option<Vec<scopes::EndpointScope>>,
34
}
35
36
impl ApiToken {
0 commit comments