UpdateOAuthClientCommand
class UpdateOAuthClientCommand extends CreateOAuthClientCommand (View source)
Properties
| protected string | $name | from CreateOAuthClientCommand | |
| protected string | $redirect | from CreateOAuthClientCommand | |
| protected int|null | $consentType | from CreateOAuthClientCommand | |
| protected bool | $enableDocumentation | from CreateOAuthClientCommand | |
| protected bool | $hasCustomScopes | from CreateOAuthClientCommand | |
| protected string[] | $customScopes | from CreateOAuthClientCommand | |
| protected string | $clientIdentifier | 
Methods
                    __construct(string $clientIdentifier)
        
                                            
                
            No description
                    string
                
                
                    getClientIdentifier()
        
                                            
                
            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
        
                            
    __construct(string $clientIdentifier)
        
    
    No description
        
                            string
    getClientIdentifier()
        
    
    No description