method
App.AuthenticateAPIKeyIdentity
func (application *App) AuthenticateAPIKeyIdentity(
ctx context.Context,
raw string,
) (AuthIdentity, error)Resolve an API key to its exact auth identity.
Related types
AppA resolved application bound to operation services.
AuthIdentityAn exact authenticated collection and actor document.