+
ID: {customCredentialServiceAuthToken.id}
+
Type: {customCredentialServiceAuthToken.token_type}
+
+ Created:{" "}
+ {new Date(
+ customCredentialServiceAuthToken.created_at,
+ ).toLocaleDateString()}
+
+ {parsedConfig && (
+
+
+ Configured API URL:{" "}
+ {parsedConfig.api_base_url}
+
+
+ Token (masked):{" "}
+ {parsedConfig.api_token.length > 8
+ ? `${parsedConfig.api_token.slice(0, 8)}...`
+ : "********"}
+
+
+ )}
+