type
AuthStrategyResult
Whether an external strategy recognized and authenticated a request.
Authenticatedbool- Reports whether this strategy recognized and authenticated the request.
UserIDstring- Identifies the matched user in the strategy’s auth collection.
An authenticated result must supply UserID. A false result means “not applicable,” allowing the next strategy to run.