github.com/panekj/cli@v0.0.0-20230304125325-467dd2f3797e/cli/config/credentials/default_store_darwin.go (about)

     1  package credentials
     2  
     3  func defaultCredentialsStore() string {
     4  	return "osxkeychain"
     5  }