Routes decorated with this annotation indicate that the authentication of the user might change during the method call.
This annotation triggers the re-sending of all outbounds that the user has received and are decorated using @ResendAfterAuthenticationChange.
Routes decorated with this annotation indicate that the authentication of the user might change during the method call. This annotation triggers the re-sending of all outbounds that the user has received and are decorated using
@ResendAfterAuthenticationChange
.