Uses of Class
com.azure.resourcemanager.containerregistry.models.AuthInfo
Packages that use AuthInfo
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of AuthInfo in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return AuthInfoModifier and TypeMethodDescriptionstatic AuthInfoAuthInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthInfo from the JsonReader.SourceProperties.sourceControlAuthProperties()Get the sourceControlAuthProperties property: The authorization properties for accessing the source code repository and to set up webhooks for notifications.AuthInfo.withExpiresIn(Integer expiresIn) Set the expiresIn property: Time in seconds that the token remains valid.AuthInfo.withRefreshToken(String refreshToken) Set the refreshToken property: The refresh token used to refresh the access token.Set the scope property: The scope of the access token.Set the token property: The access token used to access the source control provider.AuthInfo.withTokenType(TokenType tokenType) Set the tokenType property: The type of Auth token.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type AuthInfoModifier and TypeMethodDescriptionSourceProperties.withSourceControlAuthProperties(AuthInfo sourceControlAuthProperties) Set the sourceControlAuthProperties property: The authorization properties for accessing the source code repository and to set up webhooks for notifications.