Module io.helidon.webserver.cors
Package io.helidon.webserver.cors
Annotation Interface Cors.AllowCredentials
- Enclosing class:
Cors
@Target({METHOD,TYPE})
@Retention(RUNTIME)
@Documented
public static @interface Cors.AllowCredentials
Whether to allow credentials.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether the client can send cookies or credentials.
-
Element Details
-
value
boolean valueWhether the client can send cookies or credentials. Corresponds toAccess-Control-Allow-Credentials.- Returns:
- allowed credentials
- Default:
true
-