principal
fun ServerWebExchange.Builder.principal(supplier: suspend () -> Principal): ServerWebExchange.Builder
Deprecated
Use the variant with the org.springframework.web.server package instead.
Replace with
import org.springframework.web.server.principal
Content copied to clipboard
principal(supplier)
Content copied to clipboard
Coroutines variant of ServerWebExchange.Builder.principal.
Author
Sebastien Deleuze
Since
5.2