token_auth
Validate and manage authentication tokens for secure API access on CyberMCP. Ensure token integrity, type, and expiration for enhanced security testing.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expires_in | No | Token expiration time in seconds | |
refresh_token | No | Refresh token (if available) | |
token | Yes | Authentication token | |
token_type | No | Token type (Bearer, JWT, etc.) | Bearer |