◆ fromString()
  
  
      
        
          | static RegistrationAuth org.keycloak.services.clientregistration.policy.RegistrationAuth.fromString  | 
          ( | 
          String  | 
          regAuth | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
   40         return Enum.valueOf(RegistrationAuth.class, regAuth.toUpperCase());
  
 
 
◆ ANONYMOUS
      
        
          | org.keycloak.services.clientregistration.policy.RegistrationAuth.ANONYMOUS | 
        
      
 
Case when client is registered without token (either initialAccessToken or BearerToken).
Note this will be the case also for update + view + remove with registrationToken, which was created during anonymous registration 
 
 
次のファイルからこの列挙についての詳解を抽出しました:
- D:/AppData/doxygen/keycloak/src/keycloak/src/main/java/org/keycloak/services/clientregistration/policy/RegistrationAuth.java