diff --git a/index.d.ts b/index.d.ts index 7229e823..8b1b73e2 100644 --- a/index.d.ts +++ b/index.d.ts @@ -460,13 +460,13 @@ interface ConfigParams { * Relative path to the application callback to process the response from the authorization server. */ callback?: string; - - /** - * Configuration parameters used for the transaction cookie. - */ - transactionCookie: Pick; }; + /** + * Configuration parameters used for the transaction cookie. + */ + transactionCookie: Pick; + /** * String value for the client's authentication method. Default is `none` when using response_type='id_token', otherwise `client_secret_basic`. */