MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / scopes

Method scopes

crates/chat-cli/src/auth/pkce.rs:122–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120#[async_trait::async_trait]
121impl PkceClient for Client {
122 fn scopes() -> Vec<String> {
123 SCOPES.iter().map(|s| (*s).to_owned()).collect()
124 }
125
126 async fn register_client(
127 &self,

Callers 2

register_clientMethod · 0.80

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected