Package google.registry.flows.domain.token
-
Class Summary Class Description AllocationTokenCustomLogic A no-op base class for allocation token custom logic.AllocationTokenDomainCheckResults Value class to represent the result of loading a token and checking domains with it.AllocationTokenFlowUtils Utility functions for dealing withAllocationToken
s in domain flows.AllocationTokenModule Dagger module for allocation token classes. -
Exception Summary Exception Description AllocationTokenFlowUtils.AllocationTokenNotInPromotionException The allocation token is not currently valid.AllocationTokenFlowUtils.AllocationTokenNotValidForDomainException The allocation token is not valid for this domain.AllocationTokenFlowUtils.AllocationTokenNotValidForRegistrarException The allocation token is not valid for this registrar.AllocationTokenFlowUtils.AllocationTokenNotValidForTldException The allocation token is not valid for this TLD.AllocationTokenFlowUtils.AlreadyRedeemedAllocationTokenException The allocation token was already redeemed.AllocationTokenFlowUtils.InvalidAllocationTokenException The allocation token is invalid.