Versions in this module Expand all Collapse all v7 v7.1.0 Apr 17, 2023 Changes in this version + var AuthorizationErrorValues = authorizationErrorValuesType + var ClientTypeValues = clientTypeValuesType + var GrantTypeValues = grantTypeValuesType + var HostAuthorizationErrorValues = hostAuthorizationErrorValuesType + var InitiationErrorValues = initiationErrorValuesType + var ResponseTypeValues = responseTypeValuesType + var TokenErrorValues = tokenErrorValuesType + type AccessTokenResult struct + AccessToken *webapi.JsonWebToken + AccessTokenError *TokenError + AuthorizationId *uuid.UUID + ErrorDescription *string + HasError *bool + IsFirstPartyClient *bool + RefreshToken *RefreshTokenGrant + Scope *string + TokenType *string + ValidTo *azuredevops.Time + type Authorization struct + AccessIssued *azuredevops.Time + Audience *string + AuthorizationId *uuid.UUID + IdentityId *uuid.UUID + IsAccessUsed *bool + IsValid *bool + RedirectUri *string + RegistrationId *uuid.UUID + Scopes *string + Source *string + ValidFrom *azuredevops.Time + ValidTo *azuredevops.Time + type AuthorizationDecision struct + Authorization *Authorization + AuthorizationError *AuthorizationError + AuthorizationGrant *AuthorizationGrant + HasError *bool + IsAuthorized *bool + type AuthorizationDescription struct + ClientRegistration *Registration + HasError *bool + InitiationError *InitiationError + ScopeDescriptions *[]AuthorizationScopeDescription + type AuthorizationDetails struct + Authorization *Authorization + ClientRegistration *Registration + ScopeDescriptions *[]AuthorizationScopeDescription + type AuthorizationError string + type AuthorizationGrant struct + GrantType *GrantType + type AuthorizationScopeDescription struct + Description *string + Market *string + Title *string + type ClientType string + type GrantType string + type HostAuthorization struct + HostId *uuid.UUID + Id *uuid.UUID + IsValid *bool + RegistrationId *uuid.UUID + type HostAuthorizationDecision struct + ClientType *ClientType + HasError *bool + HostAuthorizationError *HostAuthorizationError + HostAuthorizationId *uuid.UUID + RegistrationId *uuid.UUID + RegistrationName *string + SetupUri *string + type HostAuthorizationError string + type InitiationError string + type RefreshTokenGrant struct + GrantType *GrantType + Jwt *webapi.JsonWebToken + type Registration struct + AccessHash *string + ClientType *ClientType + IdentityId *uuid.UUID + IsValid *bool + IsWellKnown *bool + Issuer *string + OrganizationLocation *string + OrganizationName *string + PublicKey *string + RedirectUris *[]string + RegistrationDescription *string + RegistrationId *uuid.UUID + RegistrationLocation *string + RegistrationLogoSecureLocation *string + RegistrationName *string + RegistrationPrivacyStatementLocation *string + RegistrationTermsOfServiceLocation *string + ResponseTypes *string + Scopes *string + Secret *string + SecretValidTo *azuredevops.Time + SecretVersionId *uuid.UUID + SetupUri *string + TenantIds *[]uuid.UUID + ValidFrom *azuredevops.Time + type ResponseType string + type SessionToken struct + AccessId *uuid.UUID + AlternateToken *string + AuthorizationId *uuid.UUID + Claims *map[string]string + ClientId *uuid.UUID + DisplayName *string + HostAuthorizationId *uuid.UUID + IsPublic *bool + IsValid *bool + PublicData *string + Scope *string + Source *string + TargetAccounts *[]uuid.UUID + Token *string + UserId *uuid.UUID + ValidFrom *azuredevops.Time + ValidTo *azuredevops.Time + type TokenError string Other modules containing this package github.com/microsoft/azure-devops-go-api/azuredevops github.com/microsoft/azure-devops-go-api/azuredevops/v6