pub fn is_valid_token(bytes: &[u8]) -> boolExpand description
Returns true when raw token bytes can represent a configured or candidate Engine token.
Empty and UTF-8 whitespace-only values are invalid. Non-UTF-8 bytes are allowed so language runtimes can pass opaque credential bytes without losing information.