UserVerifySupportContract
                
            in
            
        
    
        
            Interface UserVerifySupportContract.
Table of Contents
Methods
- getAllowedActions() : array<string|int, mixed>
 - getVerifiableField() : string
 - getVerifyAtField() : string
 
Methods
getAllowedActions()
    public
                    getAllowedActions(string $service) : array<string|int, mixed>
    Parameters
- $service : string
 
Return values
array<string|int, mixed>getVerifiableField()
    public
                    getVerifiableField(string $action) : string
    Parameters
- $action : string
 
Return values
stringgetVerifyAtField()
    public
                    getVerifyAtField(string $action) : string
    Parameters
- $action : string