AuthCodeRepository
class AuthCodeRepository extends EntityRepository implements AuthCodeRepositoryInterface (View source)
Methods
                    AuthCodeEntityInterface
                
                
                    getNewAuthCode()
        
                                            
                
            Creates a new AuthCode
                    persistNewAuthCode(AuthCodeEntityInterface $authCodeEntity)
        
                                            
                
            Persists a new auth code to permanent storage.
                    revokeAuthCode(string $codeId)
        
                                            
                
            Revoke an auth code.
                    bool
                
                
                    isAuthCodeRevoked(string $codeId)
        
                                            
                
            Check if the auth code has been revoked.
Details
        
                            
    findPublicEntities()
        
    
    No description
        
                            
    findExpressForms()
        
    
    No description
        
                            
    findOneByResultsNode(ExpressEntryResults $node)
        
    
    No description
        
                            AuthCodeEntityInterface
    getNewAuthCode()
        
    
    Creates a new AuthCode
        
                            
    persistNewAuthCode(AuthCodeEntityInterface $authCodeEntity)
        
    
    Persists a new auth code to permanent storage.
        
                            
    revokeAuthCode(string $codeId)
        
    
    Revoke an auth code.
        
                            bool
    isAuthCodeRevoked(string $codeId)
        
    
    Check if the auth code has been revoked.