github.com/jenspinney/cli@v6.42.1-0.20190207184520-7450c600020e+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  }