github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+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 }