CreateOAuthClientCommand
class CreateOAuthClientCommand extends Command (View source)
Properties
| protected string | $name | ||
| protected string | $redirect | ||
| protected int|null | $consentType | ||
| protected bool | $enableDocumentation | ||
| protected bool | $hasCustomScopes | ||
| protected string[] | $customScopes | 
Methods
                    string
                
                
                    getName()
        
                                            
                
            No description
                    void
                
                
                    setName(string $name)
        
                                            
                
            No description
                    string
                
                
                    getRedirect()
        
                                            
                
            No description
                    void
                
                
                    setRedirect(string $redirect)
        
                                            
                
            No description
                    int|null
                
                
                    getConsentType()
        
                                            
                
            No description
                    void
                
                
                    setConsentType(int|null $consentType)
        
                                            
                
            No description
                    bool
                
                
                    isEnableDocumentation()
        
                                            
                
            No description
                    void
                
                
                    setEnableDocumentation(bool $enableDocumentation)
        
                                            
                
            No description
                    bool
                
                
                    hasCustomScopes()
        
                                            
                
            No description
                    void
                
                
                    setHasCustomScopes(bool $hasCustomScopes)
        
                                            
                
            No description
                    array
                
                
                    getCustomScopes()
        
                                            
                
            No description
                    void
                
                
                    setCustomScopes(array $customScopes)
        
                                            
                
            No description
Details
        
                static            string
    getHandler()
        
    
    No description
        
                            string
    getName()
        
    
    No description
        
                            void
    setName(string $name)
        
    
    No description
        
                            string
    getRedirect()
        
    
    No description
        
                            void
    setRedirect(string $redirect)
        
    
    No description
        
                            int|null
    getConsentType()
        
    
    No description
        
                            void
    setConsentType(int|null $consentType)
        
    
    No description
        
                            bool
    isEnableDocumentation()
        
    
    No description
        
                            void
    setEnableDocumentation(bool $enableDocumentation)
        
    
    No description
        
                            bool
    hasCustomScopes()
        
    
    No description
        
                            void
    setHasCustomScopes(bool $hasCustomScopes)
        
    
    No description
        
                            array
    getCustomScopes()
        
    
    No description
        
                            void
    setCustomScopes(array $customScopes)
        
    
    No description