MCPcopy 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_tokenMethod · 0.80
finishMethod · 0.80
register_clientMethod · 0.80
refresh_tokenMethod · 0.80
poll_create_tokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected