1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Change JavaDoc to FactorGrantedAuthority

Issue gh-18030
This commit is contained in:
Josh Cummings
2025-10-16 14:00:43 -06:00
parent ba42b9c4cc
commit c5e141ad07
@@ -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();