github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/actor/v7action/uaa_client.go (about) 1 package v7action 2 3 //go:generate counterfeiter . UAAClient 4 5 type UAAClient interface { 6 GetSSHPasscode(accessToken string, sshOAuthClient string) (string, error) 7 }