Documentation
¶
Index ¶
Constants ¶
View Source
const DisplayName = "UAA"
View Source
const ProviderName = "uaa"
Variables ¶
View Source
var Scopes = []string{"cloud_controller.read"}
Functions ¶
This section is empty.
Types ¶
type CFSpaceDevelopersResponse ¶
type CFSpaceDevelopersResponse struct {
NextUrl string `json:"next_url"`
UserInfos []CFUserInfo `json:"resources"`
}
type CFUserInfo ¶
type CFUserInfo struct {
Metadata struct {
GUID string `json:"guid"`
} `json:"metadata"`
}
type OAuthClient ¶
type Provider ¶
type Provider interface {
PreTokenClient() (*http.Client, error)
OAuthClient
Verifier
}
type SpaceVerifier ¶
type SpaceVerifier struct {
// contains filtered or unexported fields
}
func NewSpaceVerifier ¶
func NewSpaceVerifier( spaceGUIDs []string, cfAPIURL string, ) SpaceVerifier
Click to show internal directories.
Click to hide internal directories.