- ${msg( - "URL used to request the initial token. This URL is only required for OAuth 1.", - )} + ${this.isAtProtocolSource + ? msg("URL used to create pushed authorization requests.") + : msg( + "URL used to request the initial token. This URL is only required for OAuth 1.", + )}
` : nothing} @@ -405,16 +426,22 @@ export class OAuthSourceForm extends BaseSourceForm${msg("Also known as Client ID.")}
++ ${this.isAtProtocolSource + ? msg("Client metadata URL.") + : msg("Also known as Client ID.")} +
-