diff --git a/interface/src/security/GenerateToken.tsx b/interface/src/security/GenerateToken.tsx index f2f483e13..c492d88d7 100644 --- a/interface/src/security/GenerateToken.tsx +++ b/interface/src/security/GenerateToken.tsx @@ -48,7 +48,7 @@ class GenerateToken extends React.Component - The token below may be used to access the secured APIs. This may be used for bearer authentication with the "Authorization" header or using the "access_token" query paramater. + The token below may be used to access the secured APIs, either as a Bearer authentication in the "Authorization" header or using the "access_token" query parameter.