github.com/willmadison/cli@v6.40.1-0.20181018160101-29d5937903ff+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  }