Uses of Class
com.microsoft.azure.management.containerregistry.AuthInfo
Packages that use AuthInfo
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of AuthInfo in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return AuthInfoModifier and TypeMethodDescriptionSourceProperties.sourceControlAuthProperties()
Get the authorization properties for accessing the source code repository and to set up webhooks for notifications.AuthInfo.withExpiresIn
(Integer expiresIn) Set time in seconds that the token remains valid.AuthInfo.withRefreshToken
(String refreshToken) Set the refresh token used to refresh the access token.Set the scope of the access token.Set the access token used to access the source control provider.AuthInfo.withTokenType
(TokenType tokenType) Set the type of Auth token.Methods in com.microsoft.azure.management.containerregistry with parameters of type AuthInfoModifier and TypeMethodDescriptionSourceProperties.withSourceControlAuthProperties
(AuthInfo sourceControlAuthProperties) Set the authorization properties for accessing the source code repository and to set up webhooks for notifications.