TokenHandler (security.util) Configuration

Type: io.helidon.security.util.TokenHandler

Configuration options

Optional configuration options
keytypedefault valuedescription
format

string

 

Token format for creating outbound tokens.

header

string

 

Set the name of header to look into to extract the token.

prefix

string

 

Set the prefix of header value to extract the token.

regexp

string

 

Set the token pattern (Regular expression) to extract the token.