Change JavaDoc to FactorGrantedAuthority
Issue gh-18030
This commit is contained in:
+2
-2
@@ -57,8 +57,8 @@ public @interface EnableGlobalMultiFactorAuthentication {
|
||||
/**
|
||||
* The additional authorities that are required.
|
||||
* @return the additional authorities that are required (e.g. {
|
||||
* GrantedAuthorities.FACTOR_OTT, GrantedAuthorities.FACTOR_PASSWORD })
|
||||
* @see org.springframework.security.core.GrantedAuthorities
|
||||
* FactorGrantedAuthority.FACTOR_OTT, FactorGrantedAuthority.FACTOR_PASSWORD })
|
||||
* @see org.springframework.security.core.authority.FactorGrantedAuthority
|
||||
*/
|
||||
String[] authorities();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user