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

Method client_id

crates/chat-cli/src/auth/pkce.rs:97–99  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

95
96impl RegisterClientResponse {
97 pub fn client_id(&self) -> &str {
98 self.output.client_id().unwrap_or_default()
99 }
100
101 pub fn client_secret(&self) -> &str {
102 self.output.client_secret().unwrap_or_default()

Callers 7

create_tokenMethod · 0.45
registerMethod · 0.45
finishMethod · 0.45
register_clientMethod · 0.45
refresh_tokenMethod · 0.45
poll_create_tokenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected