github.com/cloudfoundry-attic/cli-with-i18n@v6.32.1-0.20171002233121-7401370d3b85+incompatible/actor/v2action/ssh.go (about)

     1  package v2action
     2  
     3  func (actor Actor) GetSSHPasscode() (string, error) {
     4  	return actor.UAAClient.GetSSHPasscode(actor.Config.AccessToken(), actor.Config.SSHOAuthClient())
     5  }