Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
pub(crate) fn oidc_url(region: &Region) -> String {
88
format!(
"https://oidc.{region}.amazonaws.com"
)
89
}
90
91
pub fn client(region: Region) -> Client {
92
Client::new(
Callers
1
client
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected