github.com/arunkumar7540/cli@v6.45.0+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  }