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

Function oidc_url

crates/chat-cli/src/auth/builder_id.rs:87–89  ·  view source on GitHub ↗
(region: &Region)

Source from the content-addressed store, hash-verified

85}
86
87pub(crate) fn oidc_url(region: &Region) -> String {
88 format!("https://oidc.{region}.amazonaws.com")
89}
90
91pub fn client(region: Region) -> Client {
92 Client::new(

Callers 1

clientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected