Uses of Class
com.azure.resourcemanager.containerregistry.models.TokenType
Packages that use TokenType
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of TokenType in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as TokenTypeModifier and TypeFieldDescriptionstatic final TokenTypeTokenType.OAUTHStatic value OAuth for TokenType.static final TokenTypeTokenType.PATStatic value PAT for TokenType.Methods in com.azure.resourcemanager.containerregistry.models that return TokenTypeModifier and TypeMethodDescriptionstatic TokenTypeTokenType.fromString(String name) Creates or finds a TokenType from its string representation.AuthInfo.tokenType()Get the tokenType property: The type of Auth token.AuthInfoUpdateParameters.tokenType()Get the tokenType property: The type of Auth token.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type TokenTypeModifier and TypeMethodDescriptionstatic Collection<TokenType>TokenType.values()Gets known TokenType values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type TokenTypeModifier and TypeMethodDescriptionRegistrySourceTrigger.DefinitionStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType, String token) The function that allows the user to input the type of the token used for authentication and the token itself to authenticate to the source control repository.RegistrySourceTrigger.DefinitionStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType, String token, String refreshToken, String scope, int expiresIn) The function that allows the user to input the type of the token used for authentication and the token itself to authenticate to the source control repository.RegistrySourceTrigger.UpdateDefinitionStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType, String token) The function that allows the user to input the type of the token used for authentication and the token itself to authenticate to the source control repository.RegistrySourceTrigger.UpdateDefinitionStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType, String token, String refreshToken, String scope, int expiresIn) The function that allows the user to input the type of the token used for authentication and the token itself to authenticate to the source control repository.RegistrySourceTrigger.UpdateStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType, String token) The function that allows the user to input the type of the token used for authentication and the token itself to authenticate to the source control repository.RegistrySourceTrigger.UpdateStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType, String token, String refreshToken, String scope, int expiresIn) The function that allows the user to input the type of the token used for authentication and the token itself to authenticate to the source control repository.AuthInfo.withTokenType(TokenType tokenType) Set the tokenType property: The type of Auth token.AuthInfoUpdateParameters.withTokenType(TokenType tokenType) Set the tokenType property: The type of Auth token.