Uses of Class
com.azure.resourcemanager.containerregistry.models.AuthInfo
-
Packages that use AuthInfo Package Description com.azure.resourcemanager.containerregistry.models 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 AuthInfo Modifier and Type Method Description AuthInfoSourceProperties. sourceControlAuthProperties()Get the sourceControlAuthProperties property: The authorization properties for accessing the source code repository and to set up webhooks for notifications.AuthInfoAuthInfo. withExpiresIn(Integer expiresIn)Set the expiresIn property: Time in seconds that the token remains valid.AuthInfoAuthInfo. withRefreshToken(String refreshToken)Set the refreshToken property: The refresh token used to refresh the access token.AuthInfoAuthInfo. withScope(String scope)Set the scope property: The scope of the access token.AuthInfoAuthInfo. withToken(String token)Set the token property: The access token used to access the source control provider.AuthInfoAuthInfo. withTokenType(TokenType tokenType)Set the tokenType property: The type of Auth token.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type AuthInfo Modifier and Type Method Description SourcePropertiesSourceProperties. withSourceControlAuthProperties(AuthInfo sourceControlAuthProperties)Set the sourceControlAuthProperties property: The authorization properties for accessing the source code repository and to set up webhooks for notifications.
-