Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ client_secret
Method
client_secret
crates/chat-cli/src/auth/pkce.rs:101–103 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
99
}
100
101
pub fn client_secret(&self) -> &str {
102
self.output.client_secret().unwrap_or_default()
103
}
104
}
105
106
#[derive(Debug)]
Callers
6
create_token
Method · 0.80
finish
Method · 0.80
register_client
Method · 0.80
start_device_authorization
Function · 0.80
refresh_token
Method · 0.80
poll_create_token
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected