Annotation Interface BearerTokenAuthentication


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface BearerTokenAuthentication
Selects JWTAuthMechanism when the HTTP Authorization request header is a credential transport type.
See Also: