refs #712: authenticate backoffice MCP user tokens
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.cloudhandson.vpdbackoffice.service;
|
||||
|
||||
/** Validates an HMM backoffice bearer token without retaining its plaintext value. */
|
||||
@FunctionalInterface
|
||||
public interface HmmMcpBearerAuthenticator {
|
||||
|
||||
HmmMcpPrincipal authenticate(String bearerToken);
|
||||
}
|
||||
Reference in New Issue
Block a user