github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+incompatible/actor/v3action/uaa_client.go (about) 1 package v3action 2 3 //go:generate counterfeiter . UAAClient 4 5 type UAAClient interface { 6 GetSSHPasscode(accessToken string, sshOAuthClient string) (string, error) 7 }