Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
121
impl 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_client
Method · 0.80
init_device_code_registration
Method · 0.80
Calls
1
map
Method · 0.80
Tested by
no test coverage detected